From 4263781cfcefa196cad2721a4af331fb7720322e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 14 May 2011 11:15:12 -0400 Subject: [PATCH] Oops, not 360 days in a year ;). --- posts/X.509_certificates.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/X.509_certificates.mdwn b/posts/X.509_certificates.mdwn index 027fff3..02a8a4d 100644 --- a/posts/X.509_certificates.mdwn +++ b/posts/X.509_certificates.mdwn @@ -20,7 +20,7 @@ specify the values on the command line or in an configuration file Use [x509][] to sign the certificate. - $ openssl x509 -req -days 360 -in req.pem -signkey key.pem -out cert.pem + $ openssl x509 -req -days 365 -in req.pem -signkey key.pem -out cert.pem You should keep your certificate signing request around so you can re-sign your key later on (since your initial signature will -- 2.26.2