diff --git a/README.md b/README.md index b271b80..a640b5f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Certbot [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) [![Lifecycle:Stable](https://img.shields.io/badge/Lifecycle-Stable-97ca00)](https://github.com/bcgov/repomountie/blob/master/doc/lifecycle-badges.md) +# Certbot [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) [![Lifecycle:Dormant](https://img.shields.io/badge/Lifecycle-Dormant-ff7f2a)](https://github.com/bcgov/repomountie/blob/master/doc/lifecycle-badges.md) [![version](https://img.shields.io/docker/v/bcgovimages/certbot.svg?sort=semver)](https://hub.docker.com/r/bcgovimages/certbot) [![pulls](https://img.shields.io/docker/pulls/bcgovimages/certbot.svg)](https://hub.docker.com/r/bcgovimages/certbot) @@ -6,6 +6,8 @@ Automatically update TLS Certificates on OpenShift Routes +**Update: As of August 2023, Entrust (the only approved certificate provider for BC Gov production environments) has discontinued support for Certbot. Currently, Certbot cannot be used to manage your Entrust certificates.** + To learn more about the **Common Services** available visit the [Common Services Showcase](https://bcgov.github.io/common-service-showcase/) page. ## Directory Structure diff --git a/docker/README.md b/docker/README.md index 8e95183..c7a706a 100644 --- a/docker/README.md +++ b/docker/README.md @@ -6,6 +6,8 @@ Automatically update TLS Certificates on OpenShift Routes +**Update: As of August 2023, Entrust (the only approved certificate provider for BC Gov production environments) has discontinued support for Certbot. Currently, Certbot cannot be used to manage your Entrust certificates.** + To learn more about the **Common Services** available visit the [Common Services Showcase](https://bcgov.github.io/common-service-showcase/) page. ## Table of Contents @@ -133,7 +135,11 @@ oc delete cronjob,pvc,rolebinding,sa -n $NAMESPACE -l app=certbot ## Entrust Usage -Entrust is the only approved certificate provider for BC Gov production environments currently. There are a few extra steps required to request certificates from Entrust instead of LetsEncrypt. +**Update: As of August 2023, BC Gov's security certificate supplier, Entrust, has discontinued support for Certbot. Currently, Certbot cannot be used to manage your Entrust certificates.** + +Entrust is the only approved certificate provider for BC Gov production environments currently. + +Where Entrust does support Certbot, there are a few extra steps required to request certificates from Entrust instead of LetsEncrypt. 1. Start by creating the deployment config found in the [Quick Start](#quick-start) section