diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index b728141c5b..f2df1d1e19 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -1,21 +1,26 @@ allowfullscreen autoplay +csr CVMFS dearmor delims diracsgm findstr +hmac iframe jscpd jwt lsb markdownlint mytoken +newkey pem prettierrc reponame +rsa sgm tmp toml +Unregistering workflows yyy 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 \