src: another typo

PR: https://forum.opnsense.org/index.php?topic=24262.0
This commit is contained in:
Franco Fichtner 2021-08-06 22:00:04 +02:00
parent d824e7163b
commit 25b98610da
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ detail: "%ssl_error_descr: %ssl_subject"
descr: "Certificate does not match domainname"
name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT
detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name"
detail: "SSL Certificate error: certificate issuer (CA) not known: %ssl_ca_name"
descr: "Unable to get issuer certificate"
name: X509_V_ERR_UNABLE_TO_GET_CRL
@ -39,7 +39,7 @@ detail: "%ssl_error_descr: %ssl_subject"
descr: "CRL signature failure"
name: X509_V_ERR_CERT_NOT_YET_VALID
detail: "SSL Certficate is not valid before: %ssl_notbefore"
detail: "SSL Certificate is not valid before: %ssl_notbefore"
descr: "Certificate is not yet valid"
name: X509_V_ERR_CERT_HAS_EXPIRED
@ -83,7 +83,7 @@ detail: "Self-signed SSL Certificate in chain: %ssl_subject"
descr: "Self signed certificate in certificate chain"
name: X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY
detail: "SSL Certficate error: certificate issuer (CA) not known: %ssl_ca_name"
detail: "SSL Certificate error: certificate issuer (CA) not known: %ssl_ca_name"
descr: "Unable to get local issuer certificate"
name: X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE

View File

@ -21,6 +21,6 @@
<id>dot.verify</id>
<label>Verify CN</label>
<type>text</type>
<help>Verify if CN in certficate matches this value.</help>
<help>Verify if CN in certificate matches this value.</help>
</field>
</form>