Update git-secret-tell.1.ronn

pull/1/head
elinamorits 9 years ago
parent 8e53c0a8cd
commit 2f34fc186b

@ -1,4 +1,4 @@
git-secret-tell - adds a person, who can access a private data.
git-secret-tell - adds a person, who can access private data.
===============================================================
## SYNOPSIS
@ -7,9 +7,9 @@ git-secret-tell - adds a person, who can access a private data.
## DESCRIPTION
`git-secret-tell` receives an email address as an input, searches for the `gpg`-key in the `gpg`'s `homedir` by this email, then import a person's public key into the `git-secret`'s inner keychain. Since this moment this person can encrypt new files with the keyring which contains his key. But he cannot decrypt the old files, which were already encrypted without his key. They should be reencrypted with the new keyring by someone, who has the unencrypted files.
`git-secret-tell` receives an email address as an input, searches for the `gpg`-key in the `gpg`'s `homedir` by this email, then imports a person's public key into the `git-secret`'s inner keychain. From this moment this person can encrypt new files with the keyring which contains their key. But they cannot decrypt the old files, which were already encrypted without their key. They should be reencrypted with the new keyring by someone, who has the unencrypted files.
**Do not manually import secret key into `git-secret`**. Anyway, it won't work with any of the secret-keys imported.
**Do not manually import secret key into `git-secret`**. Anyways, it won't work with any of the secret-keys imported.
## OPTIONS

Loading…
Cancel
Save