Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link guide of how to cryptographically sign your RubyGem #66

Merged
merged 2 commits into from
Nov 12, 2013

Conversation

bf4
Copy link
Contributor

@bf4 bf4 commented Nov 12, 2013

Per discussion on rubygems-developers

@@ -112,7 +112,7 @@ gems](http://docs.rubygems.org/read/chapter/21) since version 0.8.11. This
signing works by using the `gem cert` command to create a key pair, and then
packaging signing data inside the gem itself. The `gem install` command
optionally lets you set a security policy, and you can verify the signing key
for a gem before you install it.
for a gem before you install it.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry about the whitespace...

drbrain added a commit that referenced this pull request Nov 12, 2013
Add link guide of how to cryptographically sign your RubyGem
@drbrain drbrain merged commit 8852da6 into rubygems:gh-pages Nov 12, 2013
drbrain added a commit that referenced this pull request Nov 12, 2013
@drbrain
Copy link
Member

drbrain commented Nov 12, 2013

Thanks! I fixed the whitespace, too. No big deal.

If you'd like, feel free to submit a new page with the contents of your blog.

@bf4
Copy link
Contributor Author

bf4 commented Nov 12, 2013

(Sorry for the whitespace, doing this from the github gui).

@drbrain gladly. A whole new page? Sure. Anything special to do re: adding to the index of pages, specifying order, cross-linking, etc.? Should it be called "security" and replace http://guides.rubygems.org/publishing/#gem_security (with a link)

Should I add a link from the command reference as well? And add links from http://guides.rubygems.org/specification-reference/#cert_chain and I thought I saw a link to docs somewhere

@bf4 bf4 deleted the gem_cert-signing branch November 12, 2013 19:14
@drbrain
Copy link
Member

drbrain commented Nov 12, 2013

A whole new page covering and named Security sounds great.

The only required links are to update the index and preceding and following pages. Add whatever other links you feel appropriate. As mentioned in #67, you'll need to make changes to specification-reference.md in rubygems/rubygems. This is also true of command-reference.md.

If you include your tutorial, be sure to link back to your original article.

@bf4 bf4 mentioned this pull request Nov 18, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants