From 5f4fc95c50ff8b2d5b42ead79ae0f0760be3b09c Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 30 Sep 2023 21:30:36 +0200 Subject: [PATCH] Fix Galaxy URLs. (#658) --- docs/docsite/rst/guide_ownca.rst | 2 +- docs/docsite/rst/guide_selfsigned.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/guide_ownca.rst b/docs/docsite/rst/guide_ownca.rst index 0e8a46da..79c224a4 100644 --- a/docs/docsite/rst/guide_ownca.rst +++ b/docs/docsite/rst/guide_ownca.rst @@ -8,7 +8,7 @@ How to create a small CA ======================== -The `community.crypto collection `_ offers multiple modules that create private keys, certificate signing requests, and certificates. This guide shows how to create your own small CA and how to use it to sign certificates. +The `community.crypto collection `_ offers multiple modules that create private keys, certificate signing requests, and certificates. This guide shows how to create your own small CA and how to use it to sign certificates. In all examples, we assume that the CA's private key is password protected, where the password is provided in the ``secret_ca_passphrase`` variable. diff --git a/docs/docsite/rst/guide_selfsigned.rst b/docs/docsite/rst/guide_selfsigned.rst index c6545380..fda4911d 100644 --- a/docs/docsite/rst/guide_selfsigned.rst +++ b/docs/docsite/rst/guide_selfsigned.rst @@ -8,7 +8,7 @@ How to create self-signed certificates ====================================== -The `community.crypto collection `_ offers multiple modules that create private keys, certificate signing requests, and certificates. This guide shows how to create self-signed certificates. +The `community.crypto collection `_ offers multiple modules that create private keys, certificate signing requests, and certificates. This guide shows how to create self-signed certificates. For creating any kind of certificate, you always have to start with a private key. You can use the :ref:`community.crypto.openssl_privatekey module ` to create a private key. If you only specify :ansopt:`community.crypto.openssl_privatekey#module:path`, the default parameters will be used. This will result in a 4096 bit RSA private key: