added disclaimer and some more info

This commit is contained in:
2023-01-07 11:49:14 +01:00
parent 5d635c5cb6
commit efa52f29b5

View File

@@ -1,8 +1,10 @@
# step-ca
step-ca ready to go for your internal network.
step-ca (by [smallstep](https://smallstep.com/certificates/)) ready to go for your internal network.
this project was set up for use with nginx-proxy in a local network environment to run several services with hopefully network-wide trusted certificates.
if you have any questions or found a bug feel free to get in touch with me.
# configuration
there's not much to configure with step-ca. to setup a new `.env` file you can either run the `setup.sh` script or just copy the `env.sample` file to `.env` and configure the values the way you like. if you do the configuration manually don't forget to create the data directory.
@@ -22,6 +24,8 @@ 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
* this repo
https://gitea.wululu.de/dede/step-ca
* step-ca docs
https://smallstep.com/docs/step-ca/
* docker tls ca
@@ -29,5 +33,8 @@ details: https://smallstep.com/docs/step-ca/provisioners#acme
* github
https://github.com/smallstep/certificates
# disclaimer
step-ca is an open source project by smallstep and not associated with this repository. this repository aims to provide a preconfigured and git-enabled way of configuration management for step-ca including some features that i found useful.
2022-11-04
dede