diff options
author | 2018-06-11 05:49:09 +0000 | |
---|---|---|
committer | 2018-06-11 05:49:09 +0000 | |
commit | 712ac6d2934a5517a0ecf0f6fd530d717963900b (patch) | |
tree | fcefe842ff732232f24f87c1f90b1484daee9d0c | |
parent | unbreak SendEnv; patch from tb@ (diff) | |
download | wireguard-openbsd-712ac6d2934a5517a0ecf0f6fd530d717963900b.tar.xz wireguard-openbsd-712ac6d2934a5517a0ecf0f6fd530d717963900b.zip |
use the correct name for the cert; ok gilles
-rw-r--r-- | share/man/man8/starttls.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/starttls.8 b/share/man/man8/starttls.8 index b41684690e2..0f0f0fc41cd 100644 --- a/share/man/man8/starttls.8 +++ b/share/man/man8/starttls.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: starttls.8,v 1.24 2018/02/16 07:24:26 jmc Exp $ +.\" $OpenBSD: starttls.8,v 1.25 2018/06/11 05:49:09 jmc Exp $ .\" .\" Copyright (c) 2001 Jose Nazario <jose@monkey.org> .\" All rights reserved. @@ -23,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 16 2018 $ +.Dd $Mdocdate: June 11 2018 $ .Dt STARTTLS 8 .Os .Sh NAME @@ -128,7 +128,7 @@ You can generate a new certificate based on this key using the command: .Bd -literal -offset indent # openssl req -x509 -new -key /etc/ssl/private/mail.example.com.key \e -out /etc/ssl/mail.example.com.crt -days 365 -# chmod 600 /etc/ssl/mycert.pem +# chmod 600 /etc/ssl/mail.example.com.crt .Ed .Pp You may adjust the lifetime of the certificate via the |