From 8e212f170d8fd82fc9eeb13cb0c924cd8c7c7b04 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Feb 24 2021 12:50:47 +0000 Subject: doc: remove "ca" option from server howto We removed this option in commit ffcf1a30ebb720dcf721f04630aae171c058ca4f. Remove it from the Server HowTo documentation as well. --- diff --git a/docs/source/server_howto.rst b/docs/source/server_howto.rst index 36c4695..0982285 100644 --- a/docs/source/server_howto.rst +++ b/docs/source/server_howto.rst @@ -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