openssl 中的 nsComment 是什么?
What is nsComment in openssl?
OpenSSL 配置文件中的 nsComment
是什么?
例如。 nsComment = "OpenSSL Generated Client Certificate"
以及如何在 OpenSSL 中使用它?
根据 documentation:
The following extensions are non standard, Netscape specific and
largely obsolete. Their use in new applications is discouraged.
Netscape String extensions.
Netscape Comment (nsComment) is a string extension containing a
comment which will be displayed when the certificate is viewed in some
browsers.
OpenSSL 配置文件中的 nsComment
是什么?
例如。 nsComment = "OpenSSL Generated Client Certificate"
以及如何在 OpenSSL 中使用它?
根据 documentation:
The following extensions are non standard, Netscape specific and largely obsolete. Their use in new applications is discouraged.
Netscape String extensions.
Netscape Comment (nsComment) is a string extension containing a comment which will be displayed when the certificate is viewed in some browsers.