-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
To issue a certificate from the Alpacon CLI, you need to:
- Submit a CSR,
- Find the certificate ID corresponding to the CSR, and
- Download the certificate using the certificate ID.
However, finding the certificate ID corresponding to the CSR can be cumbersome. It would be helpful to simplify this process. Ideally, the result of submitting a CSR should include a command to download the corresponding certificate in one step.
alpacon csr create
...
...
You can obtain the certificate via the following command:
alpacon csr download-crt <csr_id>
The csr_id can be found in the API response.
royroyee
Metadata
Metadata
Assignees
Labels
No labels