Skip to content

Commit

Permalink
Merge pull request #46 from smlx/more-readme-tweaks
Browse files Browse the repository at this point in the history
More readme tweaks
  • Loading branch information
smlx committed Aug 16, 2021
2 parents 2a4b02b + d530220 commit b2078d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 24 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,23 +85,24 @@ If you have a Mac, I'd love to add support for `launchd` socket activation. See

#### gpg-agent

| | Security Key | Keyfile |
| --- | --- | --- |
| ECDSA Sign |||
| ECDH Encrypt |||
| ECDH Decrypt |||
| RSA Sign |||
| RSA Encrypt |||
| RSA Decrypt |||
| | Security Key | Keyfile |
| --- | --- | --- |
| ECDSA Sign (NIST P-256) |||
| EDDSA Sign (Curve25519) |||
| ECDH Encrypt |||
| ECDH Decrypt |||
| RSA Sign |||
| RSA Encrypt |||
| RSA Decrypt |||

## Install

### Prerequisites

#### Consider redundancy

It is important to understand that if you lose access to your security key there is no way to regain the keys stored on it.
For that reason it is highly recommended that you use fallback keyfiles with `piv-agent`.
If you lose access to your security key (lost, stolen, broken) **there is no way to recover the keys stored on it**.
For that reason it is highly recommended that you use multiple security keys and/or fallback keyfiles.

#### Install pcsclite

Expand Down
14 changes: 0 additions & 14 deletions internal/mock/mock_pivservice.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b2078d7

Please sign in to comment.