Jupyter-PHP-Installer icon indicating copy to clipboard operation
Jupyter-PHP-Installer copied to clipboard

Invalid public key?

Open expz opened this issue 8 years ago • 3 comments

The public key seems to be invalid. Setup:

docker run -it --rm php:5.5 bash
curl -O https://litipk.github.io/Jupyter-PHP-Installer/dist/jupyter-php-installer.signed.phar
curl -O https://litipk.github.io/Jupyter-PHP-Installer/dist/jupyter-php-installer.signed.phar.sha256
curl -O https://litipk.github.io/Jupyter-PHP-Installer/dist/jupyter-php-installer.signed.phar.pubkey
curl -O https://litipk.github.io/Jupyter-PHP-Installer/dist/jupyter-php-installer.signed.phar.pubkey.sha256
sha256sum -c jupyter-php-installer.signed.phar.sha256
sha256sum -c jupyter-php-installer.signed.phar.pubkey.sha256

Try to import the public key:

gpg --import jupyter-php-installer.signed.phar.pubkey

output:

gpg: directory `/root/.gnupg' created
gpg: new configuration file `/root/.gnupg/gpg.conf' created
gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run
gpg: keyring `/root/.gnupg/secring.gpg' created
gpg: keyring `/root/.gnupg/pubring.gpg' created
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0

Also, checking the key with ssh-keygen returns an error saying it is not a key:

apt-get update && apt-get install -y ssh
ssh-keygen -l -f jupyter-php-installer.signed.phar.pubkey

output:

jupyter-php-installer.signed.phar.pubkey is not a public key file.

expz avatar Jul 08 '16 01:07 expz

Hello @expz , thank you for your report, and excuse me for my late response. I'll dig into this issue to see what's happening (at most 24h since now [2016/07/12 08:48 UTC+2])

castarco avatar Jul 12 '16 06:07 castarco

Thanks. I used the unsigned version as a workaround for now.

expz avatar Jul 14 '16 02:07 expz

I've seen that the problem appears because the public keys are not being updated on the deploy process.

castarco avatar Jan 25 '17 07:01 castarco