SSL: Add PEM format support for public key pinning
This commit is contained in:
committed by
Patrick Monnerat
parent
2008c92513
commit
be1a505189
@@ -40,6 +40,8 @@ CERTFILES = \
|
||||
Server-localhost-sv.p12 \
|
||||
Server-localhost-sv.pem \
|
||||
Server-localhost-sv.prm \
|
||||
Server-localhost-sv.pub.der \
|
||||
Server-localhost-sv.pub.pem \
|
||||
Server-localhost.nn-sv.crl \
|
||||
Server-localhost.nn-sv.crt \
|
||||
Server-localhost.nn-sv.csr \
|
||||
@@ -48,6 +50,8 @@ CERTFILES = \
|
||||
Server-localhost.nn-sv.key \
|
||||
Server-localhost.nn-sv.pem \
|
||||
Server-localhost.nn-sv.prm \
|
||||
Server-localhost.nn-sv.pub.der \
|
||||
Server-localhost.nn-sv.pub.pem \
|
||||
Server-localhost0h-sv.crl \
|
||||
Server-localhost0h-sv.crt \
|
||||
Server-localhost0h-sv.csr \
|
||||
@@ -56,7 +60,9 @@ CERTFILES = \
|
||||
Server-localhost0h-sv.key \
|
||||
Server-localhost0h-sv.p12 \
|
||||
Server-localhost0h-sv.pem \
|
||||
Server-localhost0h-sv.prm
|
||||
Server-localhost0h-sv.prm \
|
||||
Server-localhost0h-sv.pub.der \
|
||||
Server-localhost0h-sv.pub.pem
|
||||
|
||||
SRPFILES = \
|
||||
srp-verifier-conf \
|
||||
|
||||
Reference in New Issue
Block a user