mirror of
https://github.com/cderche/greenlock-storage-s3
synced 2025-02-22 14:18:05 +00:00
10 lines
206 B
JavaScript
10 lines
206 B
JavaScript
module.exports = {
|
|
privkey: {
|
|
pem: "privkey.pem"
|
|
, jwk: "privkey.jwk"
|
|
}
|
|
, cert: "cert.pem"
|
|
, chain: "chain.pem"
|
|
, fullchain: "fullchain.pem"
|
|
, bundle: "bundle.pem"
|
|
}; |