From 76aed6ef732de38d82245b3d674f70bab30221e5 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 3 Jul 2015 22:31:49 -0400 Subject: Fuck it, serve the files directly. --- .html/devops/continuous-signing.html | 93 ++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 .html/devops/continuous-signing.html (limited to '.html/devops/continuous-signing.html') diff --git a/.html/devops/continuous-signing.html b/.html/devops/continuous-signing.html new file mode 100644 index 0000000..5f61000 --- /dev/null +++ b/.html/devops/continuous-signing.html @@ -0,0 +1,93 @@ + + + + + The Codex » + Code Signing on Build Servers + + + + + + + + +
+ + + + + +
+

Code Signing on Build Servers

+

We sign things so that we can authenticate them later, but authentication is +largely a conscious function. Computers are bad at answering "is this real".

+

Major signing systems (GPG, jarsigner) require presentation of credentials at +signing time. CI servers don't generally have safe tools for this.

+
+ + + +
+
+ + +comments powered by Disqus +
+ + + + + +
+ + \ No newline at end of file -- cgit v1.2.3