mirror of
https://github.com/cderche/greenlock-storage-s3
synced 2025-12-24 05:18:39 +00:00
10 lines
205 B
JavaScript
10 lines
205 B
JavaScript
module.exports = {
|
|
privkey: {
|
|
pem: 'privkey.pem'
|
|
, jwk: 'privkey.jwk'
|
|
}
|
|
, cert: 'cert.pem'
|
|
, chain: 'chain.pem'
|
|
, fullchain: 'fullchain.pem'
|
|
, bundle: 'bundle.pem'
|
|
} |