Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.13 KB

enroll.md

File metadata and controls

30 lines (23 loc) · 1.13 KB

zscp enroll

enroll an identity

zscp enroll path/to/jwt [flags]

Options

      --ca string         Additional trusted certificates
  -c, --cert string       The certificate to present when establishing a connection.
  -h, --help              help for enroll
  -n, --idname string     Names the identity. Ignored if not 3rd party auto enrollment
  -j, --jwt string        Enrollment token (JWT file). Required
  -k, --key string        The key to use with the certificate. Optionally specify the engine to use. supported engines: [parsec]
  -a, --keyAlg RSA|EC     Crypto algorithm to use when generating private key (default RSA)
  -o, --out string        Output configuration file.
  -p, --password string   Password for updb enrollment, prompted if not provided and necessary
      --rm                Remove the JWT on success
  -u, --username string   Username for updb enrollment, prompted if not provided and necessary
  -v, --verbose           Enable verbose logging

SEE ALSO

  • zscp - Z(iti)scp, Carb-loaded ssh performs faster and stronger than ssh
Auto generated by spf13/cobra on 29-Aug-2024