From 7675a5e0b4c299cb329d5e3e302a8b32918ffb64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Mon, 6 Sep 2021 16:25:29 +0200 Subject: [PATCH] Review making-ssl-certificates SOP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- modules/sysadmin_guide/nav.adoc | 2 +- modules/sysadmin_guide/pages/making-ssl-certificates.adoc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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: