| 30 | | * Create: Organization, Expiry Date, CA Passpharse (''Remaining fields are possible to set by API'') |
| 31 | | * Revoke: CA Certificate, CA Passpharse, reason (''Optional'') -> Revoking all the current issued certificates |
| 32 | | * Renew: CA Certificate, Expiry date, CA Passpharse (''Re-signing all the valid certificates with the same expiry date'') |
| 33 | | * Issue: Expiry date, CA Passpharse (''After revoking a CA without using Renew method'') |
| | 30 | * Create: Organization, Expiry Date (''Remaining fields are possible to set by API'') |
| | 31 | * Revoke: CA Certificate, reason (''Optional'') -> Revoking all the current issued certificates |
| | 32 | * Renew: CA Certificate, Expiry date (''Re-signing all the valid certificates with the same expiry date'') |
| | 33 | * Issue: Expiry date (''After revoking a CA without using Renew method'') |
| 38 | | * Issue: Common Name (''Key''), Expiry Date, User Passpharse, CA Passpharse (''Remaining fields are possible to set by API'') |
| 39 | | * Revoke: Certificate to revoke (''by CN''), CA Passpharse, Reason (''Optional'') |
| 40 | | * List: cn (''Optional''), serial (''Optional'') -> Distinguished Name, State (''Revoked, Valid or Expired''), Expiry Date (''Revoke date and reason for revoked certificates'') by Certificate |
| 41 | | * Renew : Certificate to renew (''by CN''), Expiry Date, CA Passpharse |
| 42 | | * Download Keys -> Public and Private PEM format |
| | 38 | * Issue: Common Name (''Key''), Expiry Date (''Remaining fields are possible to set by API'') |
| | 39 | * Revoke: Certificate to revoke (''by CN''), Reason (''Optional'') |
| | 40 | * List: state (''Optional''), excludeCA (''Optional'') -> Distinguished Name, State (''Revoked, Valid or Expired''), Expiry Date (''Revoke date and reason for revoked certificates''), Path, serial Number per Certificate |
| | 41 | * Get: Common Name or Distinguished Name or Serial Number -> Same attributes as List function |
| | 42 | * Renew : Certificate to renew (''by CN''), Expiry Date |
| | 43 | * Download Keys: Common Name (''Key'') -> Public and Private PEM format |