cderche/greenlock-storage-s3

View on GitHub
lib/fileNames.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    privkey: {
        pem: "privkey.pem"
        , jwk: "privkey.jwk"
    }
    , cert: "cert.pem"
    , chain: "chain.pem"
    , fullchain: "fullchain.pem"
    , bundle: "bundle.pem"
};