You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`csr` (String) Certificate Signing Request. The CSR should be encoded in the PEM format. If this argument is not set, the server will generate a CSR for this credential, and the corresponding private key will be returned in the `private_key_pem` attribute.
58
57
-`description` (String) Description of the credential (max 200 characters)
59
58
-`validity` (Number) Validity in days (default: 365 days, max: 365 days)
60
-
-`certificate_type` (String) Type of the certificate key algorithm. Allowed values: `ECDSA`, `RSA`. Default to `ECDSA`. Changing forces a new credential.
59
+
-`certificate_type` (String) Type of certificate key. Allowed values: `ECDSA`, `RSA`. Default to `ECDSA`. Changing forces a new credential.
61
60
62
61
## Attributes Reference
63
62
64
-
-`certificate_type` (String) Type of the certificate key algorithm (`ECDSA` or `RSA`).
63
+
-`certificate_type` (String) Type of certificate key (`ECDSA` or `RSA`).
65
64
-`certificate_pem` (String) Certificate PEM of the credential.
66
65
-`created_at` (String) Creation time of the credential
67
66
-`expired_at` (String) Expiration time of the credential
0 commit comments