We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
certbot-exec/libraries/helpers.rb
Lines 28 to 30 in d243d5e
Only two valid values are prod and stage. (e.g: stag causes failure)
prod
stage
stag
Validate this input or handle more flexible values.
The text was updated successfully, but these errors were encountered:
def cbe_server raise error %(your server: "#{cbe['server']}" not eq 'prod' or 'stage') unless cbe_servers cbe['acme'][cbe['server']] end
(oh, hmm maybe we need cbe_servers())
cbe_servers()
Sorry, something went wrong.
qubitrenegade
No branches or pull requests
certbot-exec/libraries/helpers.rb
Lines 28 to 30 in d243d5e
Only two valid values are
prod
andstage
. (e.g:stag
causes failure)Validate this input or handle more flexible values.
The text was updated successfully, but these errors were encountered: