diff --git a/modules/sysadmin_guide/nav.adoc b/modules/sysadmin_guide/nav.adoc index 2bf258f..faa98b7 100644 --- a/modules/sysadmin_guide/nav.adoc +++ b/modules/sysadmin_guide/nav.adoc @@ -64,7 +64,7 @@ ** xref:koschei.adoc[Koschei - SOP] ** xref:layered-image-buildsys.adoc[Layered Image Build System - SOP] ** xref:mailman.adoc[Mailman Infrastructure - SOP] -** xref:making-ssl-certificates.adoc[making-ssl-certificates - SOP in review ] +** xref:making-ssl-certificates.adoc[SSL Certificate Creation - SOP] ** xref:massupgrade.adoc[massupgrade - SOP in review ] ** xref:mastermirror.adoc[mastermirror - SOP in review ] ** xref:mbs.adoc[mbs - SOP in review ] diff --git a/modules/sysadmin_guide/pages/making-ssl-certificates.adoc b/modules/sysadmin_guide/pages/making-ssl-certificates.adoc index ac49b2c..963b309 100644 --- a/modules/sysadmin_guide/pages/making-ssl-certificates.adoc +++ b/modules/sysadmin_guide/pages/making-ssl-certificates.adoc @@ -3,16 +3,16 @@ Every now and then you will need to create an SSL certificate for a Fedora Service. -== Creating a CSR for a new server. +== Creating a CSR for a new server -Know your hostname, ie [.title-ref]##lists.fedoraproject.org##`: +Know your hostname, ie _lists.fedoraproject.org_: .... export ssl_name= .... Create the cert. 8192 does not work with various boxes so we use 4096 -currently.: +currently. .... openssl genrsa -out ${ssl_name}.pem 4096 @@ -36,7 +36,7 @@ An optional company name []: send the CSR to the signing authority and wait for a cert. place all three into private directory so that you can make certs in the future. -== Creating a temporary self-signed certificate. +== Creating a temporary self-signed certificate Repeat the steps above but add in the following: