Home / Support / Smallstep step-ca on Ubuntu 24.04 LTS
Smallstep step-ca on Ubuntu 24.04 LTS — step-ca is an online private certificate authority with ACME support — issue TLS certificates for internal services, mTLS and SSH from a root of trust you own. Published by Derek Coleman & Associates Inc on the Azure Marketplace, deployed in your own Azure …
| Application ports | 9000 (CA HTTPS API, ACME) |
|---|---|
| Open in browser | https://<VM-IP>:9000/health |
| Admin credential file | sudo cat /root/step-ca-admin-credentials.txt |
| Sign in as | provisioner `admin` (JWK); the file holds the CA password, the provisioner password and the root fingerprint |
| Service(s) | step-ca |
| Configuration | /etc/step-ca/ (STEPPATH: config/ca.json, certs/, secrets/ — back it up; this VM generated a UNIQUE root of trust at first boot) |
| Logs | journalctl -u step-ca -f |
| Version | step-ca 0.30.2 (step CLI 0.30.6) |
| Platform | Ubuntu 24.04 LTS |
This image generates its admin credential on the VM at first boot — nothing is pre-set. SSH into the VM with the username + key you chose at deploy, then print the generated credential:
ssh <your-username>@<VM-IP>
sudo cat /root/step-ca-admin-credentials.txtSign in as provisioner `admin` (JWK); the file holds the CA password, the provisioner password and the root fingerprint.
There is no web login. Trust is established with the root fingerprint; certificates are minted with the provisioner password (or ACME).
Email support@dcassociatesgroup.com (response within 1 business day) or send a
message via the contact form. Include the offer name, VM size, region, and any log output — sudo journalctl -u <service> -n 100 usually tells the story.