This is an old revision of the document!
Step-CA : Certificate Authority Server
step-ca is an online certificate authority for secure, automated certificate management for DevOps. It's the server counterpart to the step CLI tool
Install Step-CA
Ikuti Installation guide
cat <<EOT > /etc/yum.repos.d/smallstep.repo [smallstep] name=Smallstep baseurl=https://packages.smallstep.com/stable/fedora/ enabled=1 repo_gpgcheck=0 gpgcheck=1 gpgkey=https://packages.smallstep.com/keys/smallstep-0x889B19391F774443.gpg EOT dnf makecache && dnf install -y step-cli step-ca