https://github.com/abeluck/acme-keytool
a helper util to go along with acmetool
https://github.com/abeluck/acme-keytool
Last synced: over 1 year ago
JSON representation
a helper util to go along with acmetool
- Host: GitHub
- URL: https://github.com/abeluck/acme-keytool
- Owner: abeluck
- License: mit
- Created: 2017-11-09T13:02:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T13:09:01.000Z (over 8 years ago)
- Last Synced: 2025-01-16T08:28:51.184Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# acmetool keytool
> a few helper tools for working with acmetool. most of the code comes from
> acmetool itself.
* `keytoid` - given a pem encoded private key, print its acmetool key id
```
$ ./keytoid path_to_key.pem
XxXxXxxxxxxhsad1235
```
## Licence
© 2015—2016 Hugo Landau MIT License
[Licenced under the licence with SHA256 hash
`fd80a26fbb3f644af1fa994134446702932968519797227e07a1368dea80f0bc`, a copy
of
which can be found
here.](https://raw.githubusercontent.com/hlandau/rilts/master/licences/COPYING.MIT)