From aff435a0fb3a56b1d7b738c7dede363440884b3a Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 17 Sep 2026 15:05:36 +0100 Subject: Add the Canonical laptop profile and setup workflows --- private_dot_gnupg/gpg.conf.tmpl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 private_dot_gnupg/gpg.conf.tmpl (limited to 'private_dot_gnupg/gpg.conf.tmpl') diff --git a/private_dot_gnupg/gpg.conf.tmpl b/private_dot_gnupg/gpg.conf.tmpl new file mode 100644 index 0000000..ed5ceb5 --- /dev/null +++ b/private_dot_gnupg/gpg.conf.tmpl @@ -0,0 +1,15 @@ +personal-digest-preferences SHA512 +cert-digest-algo SHA512 +default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed +personal-cipher-preferences TWOFISH CAMELLIA256 AES 3DES + +keyserver-options auto-key-retrieve + +keyid-format 0xlong +with-fingerprint + +{{ if eq (default "host" (index . "machineRole")) "canonical" }} +default-key {{ .workSigningKey }} +{{ else }} +default-key B79DF5F37D7F9B0F390238D53298945F717C85F8 +{{ end }} -- cgit v1.3.1