Re: gpg4win HKPS in gpg.conf correct slash

2016-11-17 Thread Lukas Tröbinger
Hey Werner, thank you for your reply. So it works with both? It would be useful to write this in the gpg4win documentation. I could do this. Greetings Am 18.11.2016 8:27 AM schrieb "Werner Koch" : On Thu, 17 Nov 2016 20:25, lukas.troebin...@gmail.com said: > ca-cert-file=/path/to/CA/sks-keyserv

Re: gpg4win HKPS in gpg.conf correct slash

2016-11-17 Thread Werner Koch
On Thu, 17 Nov 2016 20:25, lukas.troebin...@gmail.com said: > ca-cert-file=/path/to/CA/sks-keyservers.netCA.pem". In Windows, what is the > correct slash to use? > Is it / or \? Windows officially supports a forward slash in its core APIs but not in the shell. We do not use the shell and thus th

gpg4win HKPS in gpg.conf correct slash

2016-11-17 Thread Lukas Tröbinger
Hey, when using the sks keyserver you can choose to use the HKPS version. In the gpg.conf file you need to specify the path to the CA cert "keyserver-options ca-cert-file=/path/to/CA/sks-keyservers.netCA.pem". In Windows, what is the correct slash to use? Is it / or \? Thank you guys _