-
My ACME provider credentials (sectigo) are pre-authorized, so that no challenge is required when requesting a cert in my pre-authorized domains. However, the lego cli requires at least one challenge be specified. Am I missing a "no challenge" cli option? I've worked around it by turning dns into a dummy challenge. This works fine but is a little crude. -Eric |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, The notion of "pre-authorized" is vague, I don't know if you speak about "authorization" from the RFC notion or about something related to authentication like the External Account Binding. lego, as a binary, handle challenges, it's not a tool to just grab certificates. The "no challenge" option is not something available because the ACME RFC is about challenges. Your workaround based on the I need to learn more about those "pre-authorized" Sectigo approaches, so if you have documentation I'm interested. |
Beta Was this translation helpful? Give feedback.
Hello,
The notion of "pre-authorized" is vague, I don't know if you speak about "authorization" from the RFC notion or about something related to authentication like the External Account Binding.
lego, as a binary, handle challenges, it's not a tool to just grab certificates.
The "no challenge" option is not something available because the ACME RFC is about challenges.
Your workaround based on the
exec
provider seems the best approach for your use case.I need to learn more about those "pre-authorized" Sectigo approaches, so if you have documentation I'm interested.