March 2020
Intermediate to advanced
626 pages
14h 45m
English
Smallstep is an open source piece of software that provides easy, simple to use tools to establish PKI for your applications. To install the step CLI, follow these steps:
$ curl -s https://api.github.com/repos/smallstep/cli/releases/latest | grep tag_name"tag_name": "v0.13.3",
,so we will download this version:
$ cd ~/$ curl -LOs https://github.com/smallstep/cli/releases/download/v0.13.3/step_0.13.3_linux_amd64.tar.gz
$ tar xvfz step_0.13.3_linux_amd64.tar.gzstep_0.13.3/step_0.13.3/README.mdstep_0.13.3/bin/ ...
Read now
Unlock full access