diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-12 03:17:15 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-12 03:17:15 +0200 |
commit | 67158d5b05ee71278d673034f4bc00171d4a98d3 (patch) | |
tree | 16986c6be8094db618e5d713d50695480e11c29f /sys/man | |
parent | cb4b187f10ae92aab6689a454d17bbbd382ebe63 (diff) |
auth/rsa2x509, auth/rsa2csr: allow appending SubjectAlternativeNames (SAN) to multi-domain certificate generation
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/8/rsa | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/man/8/rsa b/sys/man/8/rsa index 8b2ba333b..5d572b02e 100644 --- a/sys/man/8/rsa +++ b/sys/man/8/rsa @@ -213,6 +213,10 @@ This info is typically in the form: C=US ST=NJ L=07974 O=Lucent OU='Bell Labs' CN=G.R.Emlin .EE .LP +One can append further Distinguished Names, DNS Names and +E-Mail addresses as a ``Subject Alternative Name'' separated +with a comma after the main subject. +.LP The X.509 ASN.1/DER format is often encoded in text using a PEM section labeled as a .RB `` CERTIFICATE .'' |