summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Slater <delameko@delameko-stone.com>2015-07-29 12:01:22 +0100
committerMatt Slater <delameko@delameko-stone.com>2015-07-29 12:01:22 +0100
commit13c5dc748ab7e6201cd7d63a463bef77d441742e (patch)
tree8165a6e7a5c69086e1c6d0e7954fa9c6bbd8428d
parentc632c57b3c48dfd78e69f11f89e2d60fe923c45b (diff)
downloadnet-ssh-13c5dc748ab7e6201cd7d63a463bef77d441742e.tar.gz
Update outdated security certificate details
Security certificate details in the install section of the readme are referring to a certificate that no longer exists.
-rw-r--r--README.rdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rdoc b/README.rdoc
index d0b68e6..be95349 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -102,8 +102,8 @@ However, in order to be sure the code you're installing hasn't been tampered wit
# Add the public key as a trusted certificate
# (You only need to do this once)
- $ curl -O https://raw.github.com/net-ssh/net-ssh/master/gem-public_cert.pem
- $ gem cert --add gem-public_cert.pem
+ $ curl -O https://raw.githubusercontent.com/net-ssh/net-ssh/master/net-ssh-public_cert.pem
+ $ gem cert --add net-ssh-public_cert.pem
Then, when install the gem, do so with high security: