| |
@@ -899,9 +899,6 @@
|
| |
;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 @@
|
| |
; 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
|
| |
|
| |
@@ -1350,9 +1344,6 @@
|
| |
; 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
|
| |
|
| |
We removed this option in commit ffcf1a3. Remove it from the Server HowTo documentation as well.