-
-
Save tonythere/c2f3b4062e418fec5ad381c3c6776496 to your computer and use it in GitHub Desktop.
Creating gpg keys non-interactively
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Key-Type: 1 | |
Key-Length: 2048 | |
Subkey-Type: 1 | |
Subkey-Length: 2048 | |
Name-Real: Root Superuser | |
Name-Email: [email protected] | |
Expire-Date: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generate the key | |
gpg --batch --gen-key gen-key-script |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment