You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by GitBox <gi...@apache.org> on 2020/09/03 08:40:40 UTC

[GitHub] [spark-website] zhengruifeng opened a new pull request #288: Update doc related to gpg key exports

zhengruifeng opened a new pull request #288:
URL: https://github.com/apache/spark-website/pull/288


   When preparing for 3.0.1-rc, I encounted issues related to gpg keys:
   1, locally: I generated keys and used `gpg --export` to export it;
   2, on an AWS EC2 instance: then imported keys by `gpg --import` commands and then run the `do-release-docker.sh`. I found that the script can not find the key.
   
   That is because:
   according to [export-secret-key](https://infra.apache.org/openpgp.html#export-secret-key)
   
   > To ensure that you do not accidentally expose private keys, the GnuPG --export operation exports only public keys.
   
   `gpg --export` only exports **public** keys, while `do-release-docker.sh` needs a **secret/private** key. So we should use `gpg --export-secret-keys` instead `gpg --export`.
   
   ![image](https://user-images.githubusercontent.com/7322292/92091702-afcd4780-ee03-11ea-87cf-8edcf0889215.png)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org


[GitHub] [spark-website] srowen closed pull request #288: Update doc related to gpg key exports

Posted by GitBox <gi...@apache.org>.
srowen closed pull request #288:
URL: https://github.com/apache/spark-website/pull/288


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org