Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Invalid public key? #10

Open
expz opened this issue Jul 8, 2016 · 3 comments
Open

Invalid public key? #10

expz opened this issue Jul 8, 2016 · 3 comments

Comments

@expz
Copy link

expz commented Jul 8, 2016

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.
@castarco
Copy link
Contributor

castarco commented Jul 12, 2016

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])

@expz
Copy link
Author

expz commented Jul 14, 2016

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

@castarco
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants