AlisonGUI is a javascript client library to access Alison-Desktop and AlisonServer certificates functionalities from any browser. AlisonGUI embed AkisonJS into it.
A string that is included into the Distinguished Name (DN) of the subject's certificate.
issuer
✘
A string that is included into the Distinguished Name (DN) of the issuer's certificate.
keystore
✘
An array of valid keystores. Ex: "CSK", "MACOS"].
expirationWindow
✘
A certificate can be filtered by its expiration date.
This field must define 2 integer values: "<past-days>,<previous-days>", and these values allows to create a range around the expiration date of the certificate.
A wildcard (*) can be used to disable one of the values. Some examples:
0 , * : all valid certificates.
* , 0 : all expired certificates.
0 , 60 : valid certificates with less than 60 days of validity.
-30 , 90 : certificates close to expire (less than 90 days), or expired (less than 30 expired days).
60 , * : certificates with more than 60 days of validity.