Implement X.509 signing
This commit is contained in:
parent
6cd132b3f7
commit
2fdde4024d
7 changed files with 929 additions and 90 deletions
1
go.mod
1
go.mod
|
|
@ -3,6 +3,7 @@ module git.cacert.org/cacert-gosigner
|
|||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/longsleep/pkac v0.0.0-20191013204540-205111305195
|
||||
github.com/sirupsen/logrus v1.7.0
|
||||
go.bug.st/serial v1.1.1
|
||||
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue