Comment no longer relevent

This commit is contained in:
Bob Mottram 2017-06-14 16:13:24 +01:00
parent 4d8592f7ab
commit e7a0947920
1 changed files with 0 additions and 1 deletions

View File

@ -1505,7 +1505,6 @@ function create_gpg_subkey {
KEYGRIP=$(gpg --fingerprint --fingerprint $MY_EMAIL_ADDRESS | grep fingerprint | tail -1 | cut -d= -f2 | sed -e 's/ //g')
# Generate a GPG subkey
# Here a 2048bit length is used to be compatible with yubikey
echo 'Key-Type: 9' > /home/$MY_USERNAME/gpg-genkey.conf
echo "Key-Grip: $KEYGRIP" > /home/$MY_USERNAME/gpg-genkey.conf
echo 'Subkey-Type: 1' >> /home/$MY_USERNAME/gpg-genkey.conf