Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
libre
keyringer-macosx
Commits
347f255e
Commit
347f255e
authored
Mar 30, 2015
by
Silvio Rhatto
Browse files
Keyringer 0.3.8
parent
2f86eac3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
6 deletions
+15
-6
ChangeLog
ChangeLog
+4
-3
keyringer
keyringer
+1
-1
share/man/keyringer.1
share/man/keyringer.1
+10
-2
No files found.
ChangeLog
View file @
347f255e
2015-03-
17
- Silvio Rhatto <rhatto@riseup.net>
2015-03-
30 - 0.3.8
- Silvio Rhatto <rhatto@riseup.net>
Rename genpair action and option (#69)
Eliminates hardcoded bash path, reported and fixed by
polynomial (closes https://github.com/rhatto/keyringer/pull/1).
2014-09-02 - Silvio Rhatto <rhatto@riseup.net>
Rename genpair action and option (#69)
Ensure destination folder exists at 'cp' action
...
...
keyringer
View file @
347f255e
...
...
@@ -140,7 +140,7 @@ function keyringer_dispatch {
# Config
NAME
=
"keyringer"
KEYRINGER_VERSION
=
"0.3.
7
"
KEYRINGER_VERSION
=
"0.3.
8
"
CONFIG_VERSION
=
"0.1"
CONFIG_BASE
=
"
$HOME
/.
$NAME
"
CONFIG
=
"
$CONFIG_BASE
/config"
...
...
share/man/keyringer.1
View file @
347f255e
...
...
@@ -201,13 +201,21 @@ Useful inside scripts.
.RS
.RE
.TP
.B genpair <\f[I]ssh\f[]|\f[I]gpg\f[]|\f[I]ssl\f[]|\f[I]ssl-self\f[]>
.B genkeys
<\f[I]ssh\f[]|\f[I]gpg\f[]|\f[I]x509\f[]|\f[I]x509-self\f[]|\f[I]ssl\f[]|\f[I]ssl-self\f[]>
[\f[I]options\f[]]
Wrapper to generate encryption key-pairs, useful for automated key
deployment.
.RS
.RE
.TP
.B genpair
<\f[I]ssh\f[]|\f[I]gpg\f[]|\f[I]x509\f[]|\f[I]x509-self\f[]|\f[I]ssl\f[]|\f[I]ssl-self\f[]>
[\f[I]options\f[]]
Alias for \f[I]genkeys\f[] action.
.RS
.RE
.TP
.B open <\f[I]secret\f[]>
Decrypt a secret into a temporary folder and open it using xdg-open,
which tries to figure out the file type and then calls the associated
...
...
@@ -377,7 +385,7 @@ so be careful when decrypting secrets and writing them to the disk or
other storage media.
.PP
Pay special attention that keyringer outputs data to stdout, which could
be easil
l
y spotted by any agent looking directly at you computer screen.
be easily spotted by any agent looking directly at you computer screen.
.PP
The xclip action even copies secret data to the X11 clipboard, which can
be accessed by any application running in the user\[aq]s X11 session, so
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment