mirror of https://github.com/slackhq/nebula.git
a56a97e5c3
Fixes #8. `nebula-cert ca` now supports encrypting the CA's private key with a passphrase. Pass `-encrypt` in order to be prompted for a passphrase. Encryption is performed using AES-256-GCM and Argon2id for KDF. KDF parameters default to RFC recommendations, but can be overridden via CLI flags `-argon-memory`, `-argon-parallelism`, and `-argon-iterations`. |
||
---|---|---|
.. | ||
ca.go | ||
ca_test.go | ||
keygen.go | ||
keygen_test.go | ||
main.go | ||
main_test.go | ||
passwords.go | ||
passwords_test.go | ||
print.go | ||
print_test.go | ||
sign.go | ||
sign_test.go | ||
test_darwin.go | ||
test_linux.go | ||
test_windows.go | ||
verify.go | ||
verify_test.go |