summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/openssl.1
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r--src/usr.bin/openssl/openssl.18
1 files changed, 6 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index 9d9f5ca580..e698c33a0a 100644
--- a/src/usr.bin/openssl/openssl.1
+++ b/src/usr.bin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.130 2021/08/29 12:33:15 tb Exp $ 1.\" $OpenBSD: openssl.1,v 1.131 2021/09/05 01:55:54 inoguchi Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -110,7 +110,7 @@
110.\" copied and put under another distribution licence 110.\" copied and put under another distribution licence
111.\" [including the GNU Public Licence.] 111.\" [including the GNU Public Licence.]
112.\" 112.\"
113.Dd $Mdocdate: August 29 2021 $ 113.Dd $Mdocdate: September 5 2021 $
114.Dt OPENSSL 1 114.Dt OPENSSL 1
115.Os 115.Os
116.Sh NAME 116.Sh NAME
@@ -843,6 +843,10 @@ is given,
843several valid certificate entries may have the exact same subject. 843several valid certificate entries may have the exact same subject.
844The default value is 844The default value is
845.Cm yes . 845.Cm yes .
846.Pp
847Note that it is valid in some circumstances for certificates to be created
848without any subject. In the case where there are multiple certificates without
849subjects this does not count as a duplicate.
846.It Cm x509_extensions 850.It Cm x509_extensions
847The same as 851The same as
848.Fl extensions . 852.Fl extensions .