diff options
Diffstat (limited to 'doc/manual/x509.rst')
-rw-r--r-- | doc/manual/x509.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual/x509.rst b/doc/manual/x509.rst index 122a85b03..fac9ae838 100644 --- a/doc/manual/x509.rst +++ b/doc/manual/x509.rst @@ -711,6 +711,10 @@ of these as possible should be filled it (especially an email address), though the only required ones are ``common_name`` and ``country``. +Additionally there are a small selection of ``std::vector<std::string>`` +members, which allow space for repeating elements: +``more_org_units`` and ``more_dns``. + There is another value that is only useful when creating a PKCS #10 request, which is called ``challenge``. This is a challenge password, which you can later use to request certificate revocation (*if* the CA |