@interactivetraining/le-store-gcloud-storage
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

le-store-gcloud-storage

ALPHA - USE AT YOUR OWN RISK - PRs are welcome!

import {GCloudStoreCreate} from '@interactivetraining/le-store-gcloud-storage'

require('greenlock-express').create({
  store: GCloudStoreCreate({
    bucketName: 'my-certs',
    projectId: 'google-cloud-project-id',
    keyFilename: '/path/to/google-cloud-key-file.json',
    dbFileName: 'my-certs-db.json'
  })
}).listen(80, 443, () => console.log(`Listening...`));

/@interactivetraining/le-store-gcloud-storage/

    Package Sidebar

    Install

    npm i @interactivetraining/le-store-gcloud-storage

    Weekly Downloads

    3

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    45.3 kB

    Total Files

    40

    Last publish

    Collaborators

    • adamlacombe
    • erooney