ACME challenge responses from any ACMEv2 client I was looking for a internal ACME server like letsencrypt to automate the SSL certificate proces.
Here will i try to make a step-by-step tutorial how I created this for a company and installed a intermediate STEP-CA server for this company.
=== Get your copy of Smallstep Step-cli here https://github.com/smallstep/cli/releases/ I have used it on a linux server and on a docker. Its easy to install if you follow the instructions on github. Or just ask for my help. The docker can be installed like this.
docker pull smallstep/step-ca
=== I will use the instructions i used on a linux server but it is almost the same on a docker image.