Remove DFN PKI

This commit is contained in:
2023-06-12 12:34:33 +02:00
parent 1849688ed7
commit 590eb5c54c

View File

@@ -7,7 +7,6 @@
# #
# UniHGW (own CA) # UniHGW (own CA)
# Sectigo # Sectigo
# DFN
# #
############################################################## ##############################################################
@@ -35,7 +34,7 @@ function ERROR {
########################################################### ###########################################################
PATHCRL=/etc/CertsAndKeys PATHCRL=/etc/CertsAndKeys
CRL=(DFN-CRL.pem UniHGW-CRL.pem GEANT-RSA-CRL.pem GEANT-ECC-CRL.pem) CRL=(UniHGW-CRL.pem GEANT-RSA-CRL.pem GEANT-ECC-CRL.pem)
PATHSSL=/etc/ssl/certs PATHSSL=/etc/ssl/certs
LASTRUN=/var/lib/runtime/$(basename "$0" .sh).lastrun LASTRUN=/var/lib/runtime/$(basename "$0" .sh).lastrun
ERR=0 ERR=0