Bug #8033
closedCertmanager import server certificate ignores purpose server
0%
Description
When importing a certificate generated with tinyca as server certificate (pem) the server setting gets ignored and in the Webpage is displayed Server:NO
This leads to the effect that no openvpn connections are working.
openssl x509 -purpose -in mycert.pem -noout -text reveals (relevant part only):
Certificate purposes:
SSL client : No
SSL client CA : No
SSL server : Yes
SSL server CA : No
Netscape SSL server : Yes
...
X509v3 extensions:
X509v3 Basic Constraints:
CA:FALSE
Netscape Cert Type:
SSL Server
Netscape Comment:
RZBServerCA Server Certificate
The public part of the certificate is attached
Files
Updated by Jim Pingle over 7 years ago
- Status changed from New to Not a Bug
"Netscape Certificate Type"/nsCertType has been deprecated for quite some time as a supported certificate attribute (everywhere, not just pfSense).
A contemporary server certificate must have the "TLS Web Server Authentication"/serverAuth extended key usage (EKU) attribute, NOT nsCertType.