An open API service indexing awesome lists of open source software.

https://github.com/cycoresystems/sandia-ssl

sandia-ssl
https://github.com/cycoresystems/sandia-ssl

Last synced: 11 months ago
JSON representation

sandia-ssl

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