https://github.com/cycoresystems/sandia-ssl
sandia-ssl
https://github.com/cycoresystems/sandia-ssl
Last synced: 11 months ago
JSON representation
sandia-ssl
- Host: GitHub
- URL: https://github.com/cycoresystems/sandia-ssl
- Owner: CyCoreSystems
- Created: 2013-11-06T21:50:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T21:22:52.000Z (over 10 years ago)
- Last Synced: 2025-07-18T06:19:11.822Z (11 months ago)
- Language: CSS
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Demonstration SSL Certificate administrative interface
==============
Certificate schema
----------
* altNames (array)
* certtype: (enum: 'standard', 'altname', 'wildcard')
* expiration: Date
* status: (enum: 'requested','approved','active','expiring','expired','revoked')
* created: Date
* lastAuthBy:
* lastAuthByName:
* lastAuthAt:
* csr:
* certificate:
* owner:
* userid:
* name:
* phone:
* emails: (array)
* internal:
* organizationNumber
* billingNumber
* requests: Array
* requestType: (new, renew, revoke, addAlternate, removeAlternate)
* duration: (number) (years)
* altName: (for addAlternate and removeAlternate request types)
* status: (requested, approved, denied)
* approvals: Array
* administrator: (userid)
* name: (Administrator Name)
* timestamp
* rejections: Array
* administrator: (userid)
* name: (Administrator Name)
* timestamp
* reason