getssl icon indicating copy to clipboard operation
getssl copied to clipboard

getssl with step-ca (smallstep/certificates) as acme

Open rubroboletus opened this issue 3 years ago • 1 comments

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:

  1. install step-ca (https://github.com/smallstep/certificates) and setup acme provider
  2. install getssl, configure step-ca from previous step as ACME provider
  3. run getssl -d domain with proper setup
  4. 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 avatar Jul 08 '22 10:07 rubroboletus

@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.

timkimber avatar Jul 27 '22 14:07 timkimber