added disclaimer and some more info
This commit is contained in:
11
README.md
11
README.md
@@ -1,7 +1,9 @@
|
|||||||
# step-ca
|
# 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 setup for use with nginx-proxy in a local network environment to run several services with hopefully network-wide trusted certificates.
|
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
|
# 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.
|
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
|
details: https://smallstep.com/docs/step-ca/provisioners#acme
|
||||||
|
|
||||||
# links
|
# links
|
||||||
|
* this repo
|
||||||
|
https://gitea.wululu.de/dede/step-ca
|
||||||
* step-ca docs
|
* step-ca docs
|
||||||
https://smallstep.com/docs/step-ca/
|
https://smallstep.com/docs/step-ca/
|
||||||
* docker tls ca
|
* docker tls ca
|
||||||
@@ -29,5 +33,8 @@ details: https://smallstep.com/docs/step-ca/provisioners#acme
|
|||||||
* github
|
* github
|
||||||
https://github.com/smallstep/certificates
|
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
|
2022-11-04
|
||||||
dede
|
dede
|
||||||
|
|||||||
Reference in New Issue
Block a user