User Tools

Site Tools


step_ca

This is an old revision of the document!


Step CA

Introduction

Create own Certificate Authority with Step CA Docker image

Installation

Create directories to put docker files

mkdir -p /opt/step-ca/data
chown 1000:1000 /opt/step-ca/data
chmod 700 /opt/step-ca/data

Initial config

 docker run -it -v /opt/step-ca/data:/home/step smallstep/step-ca step ca init --acme

Create password file

docker run -it -v /opt/step-ca/data:/home/step smallstep/step-ca bash
echo -n "password" > secrets/password
chmod 600 secrets/password

Alter configfile

step_ca.1754210575.txt.gz · Last modified: by herwarth