Changes between Version 13 and Version 14 of Document/Development/Design/Module/CA
- Timestamp:
- 10/30/06 17:31:27 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Document/Development/Design/Module/CA
v13 v14 31 31 * Revoke: CA Certificate, CA Passpharse, reason (''Optional'') -> Revoking all the current issued certificates 32 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'') 33 34 * Download Public CA Key -> File in PEM Format 34 35 * Control '''TO-DO''' … … 37 38 * Issue: Common Name (''Key''), Expiry Date, User Passpharse, CA Passpharse (''Remaining fields are possible to set by API'') 38 39 * Revoke: Certificate to revoke (''by CN''), CA Passpharse, Reason (''Optional'') 39 * List -> CommonName, State (''Revoked, Valid or Expired''), Expiry Date (''Revoke date and reason for revoked certificates'') by Certificate40 * List: cn (''Optional''), serial (''Optional'') -> Distinguished Name, State (''Revoked, Valid or Expired''), Expiry Date (''Revoke date and reason for revoked certificates'') by Certificate 40 41 * Renew : Certificate to renew (''by CN''), Expiry Date, CA Passpharse 41 42 * Download Keys -> Public and Private PEM format (''erasing if exists calling RemovePrivateKey afterwards'') 42 43 * RemovePrivateKey: Common Name (''Not accessible by GUI'') 44 * Update DB (''check expired certificates, not accessible by GUI'') 45 * Current CA certificate state (''Not accessible by GUI'') -> state (Revoked, Expired, Valid or Inexistent) 43 46 * Control '''TO-DO'''