You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Robin Thoni e7d186d6c9
README
3 years ago
.env init 3 years ago
.gitignore init 3 years ago
README.md README 3 years ago
docker-compose.yml init 3 years ago

README.md

Installation

.env

  • Setup ALL_TZ to the current timezone
  • Set ALL_RESTART_POLICY to unless-stopped

Generate CA

mkdir -p data/step-ca/home/secrets
echo 'change_it' > data/step-ca/home/secrets/password
chmod 600 data/step-ca/home/secrets/password
chown -R 1000:1000 data/step-ca/home
docker run -it --rm -v `pwd`/data/step-ca/home:/home/step smallstep/step-ca:0.15.6 step ca init --ssh --address '0.0.0.0:443' --provisioner 'admin-provisioner' --password-file 'secrets/password' --dns '127.0.0.1,localhost,pki.example.com' --name 'Example Inc.'