Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 280 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 280 Bytes

Convert LetsEncrypt Keys to Java Keystore (JKS) Format

Simple Usage

$ ./lc domain.tld ./fullchain.pem ./privkey.pem password outdir

That puts your domain.tld.jks into outdir.

Another approach

Apache License