docs: update name and links for Profiles Extension RFC (#2689)

This commit is contained in:
CzBiX 2025-10-27 18:43:19 +08:00 committed by GitHub
commit 5ea0509b86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 11 additions and 11 deletions

View file

@ -101,7 +101,7 @@ func createRenew() *cli.Command {
},
&cli.StringFlag{
Name: flgProfile,
Usage: "If the CA offers multiple certificate profiles (draft-aaron-acme-profiles), choose this one.",
Usage: "If the CA offers multiple certificate profiles (draft-ietf-acme-profiles), choose this one.",
},
&cli.StringFlag{
Name: flgAlwaysDeactivateAuthorizations,

View file

@ -76,7 +76,7 @@ func createRun() *cli.Command {
},
&cli.StringFlag{
Name: flgProfile,
Usage: "If the CA offers multiple certificate profiles (draft-aaron-acme-profiles), choose this one.",
Usage: "If the CA offers multiple certificate profiles (draft-ietf-acme-profiles), choose this one.",
},
&cli.StringFlag{
Name: flgAlwaysDeactivateAuthorizations,