Created
July 6, 2023 16:00
-
-
Save krisleech/996e18e12b1510057d59c37c15077a31 to your computer and use it in GitHub Desktop.
Revisions
-
krisleech created this gist
Jul 6, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ ``` $ gem build wisper.gemspec Enter PEM pass phrase: INFO: Your certificate has expired, trying to re-sign it... ERROR: While executing gem ... (Gem::Security::Exception) certificate /CN=kris.leech\/DC=gmail\/DC=com not valid after 2020-10-15 18:13:45 UTC ``` ``` $ gem cert --re-sign -C gem-public_cert.pem -K ~/.ssh/gem-private_key.pem $ gem cert --add gem-public_cert.pem $ gem build wisper.gemspec # try to install $ gem install ./wisper-3.0.0.rc1.gem -P HighSecurity $ gem push wisper-3.0.0.rc1.gem ```