forked from TrueCloudLab/certificates
Fix typos.
This commit is contained in:
parent
b487edbd13
commit
f6cbd9dc88
2 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ import (
|
|||
// Scheme is the scheme used in uris.
|
||||
const Scheme = "pkcs11"
|
||||
|
||||
// DefaultRSASize is the number of bits of a new RSA key if not bitsize has been
|
||||
// DefaultRSASize is the number of bits of a new RSA key if no size has been
|
||||
// specified.
|
||||
const DefaultRSASize = 3072
|
||||
|
||||
|
|
Loading…
Reference in a new issue