I installed Gpg4win, and went through the certificate creation steps in Kleopatra, including exporting to a server.
Do I have to import the key for each module or author? Is there some way to automate this?
I don't see the point of installing more than the odd module if I have to track down the public keys for each one. I suppose the whole distributed key thing is a real pain, as I'll have to find trusted authorities who host the public keys of the entities I want to communicate with.
-QM
--
Quantum Mechanics: The dreams stuff is made of
| [reply] |
You can always disable that signature checking stuff in cpanp
$conf->set_conf( signature => 0 );
| [reply] [d/l] |