From ab8f9f823a2e8cda1b2b2259635bc0f69fcae924 Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Wed, 12 Jun 2024 19:27:24 +0200 Subject: [PATCH] Use new TCS ACME GEANTOV ACME endpoint --- .../collaboration-tools/certificates/_index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/en/internal/collaboration-tools/certificates/_index.md b/content/en/internal/collaboration-tools/certificates/_index.md index 653b0de3fc..d6671f5794 100644 --- a/content/en/internal/collaboration-tools/certificates/_index.md +++ b/content/en/internal/collaboration-tools/certificates/_index.md @@ -134,24 +134,24 @@ and if you are doing some manual management or testing. ```shell $ sudo certbot register --no-eff-email \ - --server https://acme.sectigo.com/v2/OV \ + --server https://acme.sectigo.com/v2/GEANTOV \ --eab-kid \ --eab-hmac-key \ --email # Checking existing account -$ sudo certbot show_account --server https://acme.sectigo.com/v2/OV +$ sudo certbot show_account --server https://acme.sectigo.com/v2/GEANTOV # Unregistering an account # Beware: you won't any more be able to revoke certificate issued with the account -$ sudo certbot unregister --server https://acme.sectigo.com/v2/OV +$ sudo certbot unregister --server https://acme.sectigo.com/v2/GEANTOV ``` ##### Requesting a certificate ```shell $ sudo certbot certonly --standalone --non-interactive \ - --server https://acme.sectigo.com/v2/OV \ + --server https://acme.sectigo.com/v2/GEANTOV \ --domain fakedomaindonotexist.egi.eu ``` @@ -174,7 +174,7 @@ scripts. Email address is used for urgent renewal and security notices. ```shell $ sudo certbot certonly --standalone --non-interactive --agree-tos \ - --server https://acme.sectigo.com/v2/OV \ + --server https://acme.sectigo.com/v2/GEANTOV \ --eab-kid --eab-hmac-key \ --rsa-key-size 4096 \ --email \