You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readme states that the server configuration should be changed if you want to use the staging environment. But CertBot itself can handle this using the "-- staging" argument.
Isn't it perhaps a nice feature to make this a solid part of the module? To create a consistent way of testing and keeping the logic of the e.g. the staging server hostname out of the implementation.
@danzilio you might want to provide both way in your module: either use "default LE remotes" and using the --staging switch, or allow user to set his own remote - in that case, "staging" should not be passed (and ignored if passed).
The readme states that the server configuration should be changed if you want to use the staging environment. But CertBot itself can handle this using the "-- staging" argument.
Isn't it perhaps a nice feature to make this a solid part of the module? To create a consistent way of testing and keeping the logic of the e.g. the staging server hostname out of the implementation.
Something like:
Or make it a machine-wide config:
Any thoughts on this?
The text was updated successfully, but these errors were encountered: