Re: Testing WKD setup?

2019-07-07 Thread Wolfgang Traylor via Gnupg-users
> is there a service or similar where I can check if this email address is > properly WKD-enabled? https://metacode.biz/openpgp/web-key-directory signature.asc Description: PGP signature ___ Gnupg-users mailing list Gnupg-users@gnupg.org

Re: GPG/YubiKey/CentOS7

2019-06-22 Thread Wolfgang Traylor via Gnupg-users
ing to do with your smartcard. I attached a little tutorial I once wrote for using GnuPG for SSH authentication. It worked for me on Arch Linux, Manjaro, and Linux Mint, but should apply to CentOS, too. Best regards, W. Traylor --- title: GnuPG for SSH on Linux author: Wolfgang Traylor license: CC

Re: missing root certificate, SMIME spanish government

2019-06-01 Thread Wolfgang Traylor
> However given a cer file, how can I find out its fingerprint? This command will show you the details of the certificates from the website[1] you mentioned including its fingerprint: openssl x509 -noout -text -fingerprint -inform DER -in downloaded_key_file.cer Or you import the key with `gpgsm

Re: missing root certificate, SMIME spanish government

2019-06-01 Thread Wolfgang Traylor
Hello Uwe Brauer, > I installed all its root certificates in > /usr/share/ca-certificates/Spain I usually put the fingerprint of the root certificate in ~/.gnupg/trustlist.txt like this: ``` # CN=COMODO RSA Certification Authority # O=COMODO CA Limited # L=Salford # ST=Greater Manchester #

Re: Identifying one of multiple authentication subkeys

2019-03-16 Thread Wolfgang Traylor
> I am unsure how to identify which subkey is which SSH key. You can export your GPG subkey for SSH and compare with the `ssh-add -L` output: $ gpg2 --export-ssh-key This gives you the SSH-formatted subkey which will match one of your lines from `ssh-add -L`. Note that the comments (anything

Re: Upload key to WKD from command line?

2019-02-14 Thread Wolfgang Traylor
Thank you very much. That answered all my questions. Werner Koch schrieb am 14.02 19 21:05: > > > gpg-wks-client: Warning: policy requires 'mailbox-only' - adding user > > id 'wolfgang.tray...@posteo.de' > > > Or do I even need my secret primary key? > > Right. The primary key is required to

Re: Upload key to WKD from command line?

2019-02-14 Thread Wolfgang Traylor
Thank you very much for pointing to gpg-wks-client. Werner Koch schrieb am 14.02 19 08:01: > To create a publishing request use > > gpg-wks-client --create --send FINGERPRINT USERID I receive the following error (with or without `--send`): $ /lib/gnupg/gpg-wks-client --create

Upload key to WKD from command line?

2019-02-09 Thread Wolfgang Traylor
Hello GnuPG community, Is there a way to upload my public key to the Web Key Directory (WKD) of my email provider using command-line tools? I am looking for a simple solution just like `gpg --send-keys`, but for WKD. My providers are Posteo, mailbox.org, and Protonmail. (Enigmail shows the