Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
astrails committed Apr 6, 2009
1 parent 6bfca58 commit d1cc98d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
38 changes: 19 additions & 19 deletions README.markdown
Expand Up @@ -72,28 +72,28 @@ The procedure to create and transfer the key is as follows:
no way to know its yours and can be trusted.
To fix that we can sign it with other trusted key, or just directly modify its
trust level in gpg (use level 5):

<pre>
$ gpg --edit-key test@example.com
...
Command> trust
...
1 = I don't know or won't say
2 = I do NOT trust
3 = I trust marginally
4 = I trust fully
5 = I trust ultimately
m = back to the main menu

Your decision? 5
...
Command> quit
</pre>
<pre>
$ gpg --edit-key test@example.com
...
Command> trust
...
1 = I don't know or won't say
2 = I do NOT trust
3 = I trust marginally
4 = I trust fully
5 = I trust ultimately
m = back to the main menu

Your decision? 5
...
Command> quit
</pre>

6. export your secret key for backup
(we recommend to print it on paper and burn to a CD/DVD and store in a safe place):

> gpg -a --export-secret-key test@example.com > test@example.com.key
<pre>
$ gpg -a --export-secret-key test@example.com > test@example.com.key
</pre>


Example configuration
Expand Down
2 changes: 1 addition & 1 deletion VERSION.yml
@@ -1,4 +1,4 @@
---
:patch: 3
:patch: 4
:major: 0
:minor: 1
8 changes: 4 additions & 4 deletions safe.gemspec
@@ -1,8 +1,8 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{astrails-safe}
s.version = "0.1.3"
s.name = %q{safe}
s.version = "0.1.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Astrails Ltd."]
Expand All @@ -13,11 +13,11 @@ Gem::Specification.new do |s|
s.executables = ["astrails-safe"]
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
"README.markdown"
]
s.files = [
"LICENSE",
"README.rdoc",
"README.markdown",
"Rakefile",
"VERSION.yml",
"bin/astrails-safe",
Expand Down

0 comments on commit d1cc98d

Please sign in to comment.