Luca 4fec865e87 modified README
changed heading "docs" to "links"
2023-01-06 10:24:31 +01:00
2022-11-04 21:43:44 +01:00
2022-11-04 21:43:44 +01:00
2022-11-04 21:43:44 +01:00
2023-01-06 10:24:31 +01:00

step-ca

step-ca ready to go for your internal network.

this project was setup for use with nginx-proxy in a local network environment to run several services with hopefully network-wide trusted certificates.

configuration

there's not much to configure with step-ca. just copy the env.sample file to .env and configure the values the way you like. since port 443 is in use on a monolithic setup very likely, you may want to set a different port there.

all the rest is default step-ca configuration.

initialization

after running the container you may want enable acme as this is not the case by default. just run the following command

docker compose exec step-ca step ca provisioner add acme --type ACME

or connect to a container shell and run the step-ca command there.

after that you should be able to use your own ca with an acme client.

details: https://smallstep.com/docs/step-ca/provisioners#acme

links

2022-11-04 dede

Description
No description provided
Readme 30 KiB
Languages
Shell 100%