txacme icon indicating copy to clipboard operation
txacme copied to clipboard

Document certificate store implementations

Open mithrandi opened this issue 8 years ago • 0 comments

There should be documentation about implementing the ICertificateStore interface. In particular, there is a nuance of this interface whereby you can handle keys in a "write-only" fashion; reading a certificate back only needs the certificate (to check the expiration date), not the private key, which is probably better security practice for networked implementations of this.

mithrandi avatar Jul 14 '16 18:07 mithrandi