Remove fas CA from koji

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-29 10:55:50 +02:00
parent 432205f3d9
commit 8dbaa4908d
2 changed files with 4 additions and 4 deletions

View file

@ -123,7 +123,7 @@ SSLCertificateChainFile /etc/pki/tls/certs/extras_cacert.pem
# certificates for client authentication or alternatively one # certificates for client authentication or alternatively one
# huge file containing all of them (file must be PEM encoded) # huge file containing all of them (file must be PEM encoded)
#SSLCACertificateFile /etc/pki/tls/certs/ca-bundle.crt #SSLCACertificateFile /etc/pki/tls/certs/ca-bundle.crt
SSLCACertificateFile /etc/pki/tls/certs/extras_upload_cacert.pem #SSLCACertificateFile /etc/pki/tls/certs/extras_upload_cacert.pem
#SSLCARevocationFile /etc/pki/tls/crl.pem #SSLCARevocationFile /etc/pki/tls/crl.pem
#SSLCARevocationCheck chain #SSLCARevocationCheck chain

View file

@ -122,10 +122,10 @@ SSLCertificateChainFile /etc/pki/tls/certs/extras_cacert.pem
# certificates for client authentication or alternatively one # certificates for client authentication or alternatively one
# huge file containing all of them (file must be PEM encoded) # huge file containing all of them (file must be PEM encoded)
#SSLCACertificateFile /etc/pki/tls/certs/ca-bundle.crt #SSLCACertificateFile /etc/pki/tls/certs/ca-bundle.crt
SSLCACertificateFile /etc/pki/tls/certs/extras_upload_cacert.pem #SSLCACertificateFile /etc/pki/tls/certs/extras_upload_cacert.pem
SSLCARevocationFile /etc/pki/tls/crl.pem #SSLCARevocationFile /etc/pki/tls/crl.pem
SSLCARevocationCheck chain #SSLCARevocationCheck chain
# Client Authentication (Type): # Client Authentication (Type):
# Client certificate verification type and depth. Types are # Client certificate verification type and depth. Types are