alpacon csr create

Create a CSR

alpacon csr create [flags]

Options

  -d, --domain string    Comma-separated domain list (e.g., a.com,b.com)
  -h, --help             help for create
  -i, --ip string        Comma-separated IP list (e.g., 192.168.1.1)
  -k, --key string       Path for the private key file
  -o, --out string       Path for the CSR output file
      --valid-days int   Certificate validity in days (default 365)

Examples

Create a CSR non-interactively:

alpacon csr create --domain test-cli.alpacax.lab
Last updated: