getssl
getssl copied to clipboard
getssl with step-ca (smallstep/certificates) as acme
Describe the bug When trying to use with private ACME CA, running on step-ca (smallstep/certificates) product, getssl is failing in Registering account phase.
To Reproduce Steps to reproduce the behavior:
- install step-ca (https://github.com/smallstep/certificates) and setup acme provider
- install getssl, configure step-ca from previous step as ACME provider
- run getssl -d domain with proper setup
- See error in Registering account phase - getssl: ERROR curl "....." failed with 0 and returned ""
Expected behavior Issue new cert for domain
Operating system (please complete the following information):
- OS: Ubuntu 20.04.4 LTS
- Bash Version GNU bash, version 5.0.17(1)-release (x86_64-pc-linux-gnu)
Additional context Add any other context about the problem here.
@rubroboletus thanks for reporting this - smallstep can be run as a docker container which means I should be able to easily add a test, reproduce, and fix the problem.