pki based on multichain : checking certificate validity

+2 votes
hi dears, i am using a PKI based on multichain to store and share certificates, i have two streams : one for issuing certificates and other for revoked certificate ,my probleme is that want to know if there is any methode to check certificate validity ( program that can do that automatically) this is very useful in browsers and other user application that need to very cerificates.thank you
asked Mar 28, 2019 by ashir

1 Answer

0 votes
You could implement this as application-level logic, if you want to check the certificates after they are entered in the chain. Or you could use a stream filter to validate certificates as they are published. You would just need to find some JavaScript code to perform this validation and install that in your filter.
answered Mar 29, 2019 by MultiChain
...