doc: remove "ca" option from server howto

We removed this option in commit
ffcf1a30eb. Remove it from the Server
HowTo documentation as well.
This commit is contained in:
Ken Dreyer 2021-02-23 16:50:38 -07:00 committed by Tomas Kopecek
parent 3f8962e994
commit 8e212f170d

View file

@ -899,9 +899,6 @@ For a simple test, all we need is the ``server`` and authentication sections.
;client certificate
cert = ~/.koji/client.crt
;certificate of the CA that issued the client certificate
ca = ~/.koji/clientca.crt
;certificate of the CA that issued the HTTP server certificate
serverca = ~/.koji/serverca.crt
@ -1159,9 +1156,6 @@ certificates you generated at the beginning of the setup process.
; ALSO NOTE: This is the PEM file, NOT the crt
cert = /etc/kojid/kojid.pem
;certificate of the CA that issued the client certificate
ca = /etc/kojid/koji_ca_cert.crt
;certificate of the CA that issued the HTTP server certificate
serverca = /etc/kojid/koji_ca_cert.crt
@ -1348,9 +1342,6 @@ Authentication Configuration
; This should reference the kojira certificate we created above
cert = /etc/pki/koji/kojira.pem
;certificate of the CA that issued the client certificate
ca = /etc/pki/koji/koji_ca_cert.crt
;certificate of the CA that issued the HTTP server certificate
serverca = /etc/pki/koji/koji_ca_cert.crt