derive CA from pre-shared key (#3815)

This commit is contained in:
Denis Mishin 2022-12-16 12:56:26 -05:00 committed by GitHub
parent 27c94396a8
commit 44a5c1b2fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 267 additions and 0 deletions

View file

@ -0,0 +1,2 @@
// Package derivecert is used to deterministically generate TLS certificate authority and certificates out of pre-shared key
package derivecert