|
This FAQ instructs us to create a script that decrypts the key at first Is it possible to provide a passphrase in some way, preferably via env var, to aide non-interactive system bootstrapping? |
Answered by
twpayne
Jul 19, 2026
Replies: 1 comment 3 replies
|
No. If you're providing the passphrase then you're also decrypting the key. If you need the decrypted key then you can copy that in directly. |
3 replies
Answer selected by
laur89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No. If you're providing the passphrase then you're also decrypting the key. If you need the decrypted key then you can copy that in directly.