Skip to content

Commit

Permalink
README: Update setup instructions
Browse files Browse the repository at this point in the history
By symlinking the certificate to the system store as well, we can
ensure tools like curl also trust our certificate.
  • Loading branch information
m-horky authored and ptoscano committed Dec 11, 2023
1 parent 98fe3d1 commit a47e3b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ To make the system trust Candlepin's TLS certificate, copy it to
```console
$ podman cp candlepin:/etc/candlepin/certs/candlepin-ca.crt . && \
sudo mv ./candlepin-ca.crt /etc/rhsm/ca/candlepin-ca.pem
$ sudo ln -s /etc/rhsm/ca/candlepin-ca.pem \
/etc/pki/ca-trust/source/anchors/candlepin-ca.pem
$ update-ca-trust
$ curl https://127.0.0.1:8443/candlepin/status
```
Expand Down

0 comments on commit a47e3b4

Please sign in to comment.