diff --git a/infrastructure-guide/home.md b/infrastructure-guide/home.md index 21b0f1b9..fc17ee01 100644 --- a/infrastructure-guide/home.md +++ b/infrastructure-guide/home.md @@ -44,3 +44,5 @@ Access to the redhat.com knowledge base: * [SSH config](sshconf) +# HTTPS Certificates +* [HTTPS Certificates](https_certificates) \ No newline at end of file diff --git a/infrastructure-guide/https_certificates.md b/infrastructure-guide/https_certificates.md new file mode 100644 index 00000000..0238f4c0 --- /dev/null +++ b/infrastructure-guide/https_certificates.md @@ -0,0 +1,6 @@ +# HTTPS Certificates + +The https certificates and their requests for the web servers used in the core infrastructured are managed in this git repository: +https://git.psi.ch/linux-infra/https_certificates + +Details on how the https certs can be ordered / renewed can be found in the Readme of that repository. \ No newline at end of file