New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

serverless-certificate-creator

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-certificate-creator

creates a certificate that can be used for custom domains for your api gateway

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9.4K
increased by1.67%
Maintainers
1
Weekly downloads
 
Created
Source

serverless-certificate-creator

this serverless plugin creates certificates that you need for your custom domains in API Gateway.

Usage

    npm i serverless-certificate-creator --save

open serverless.yml and add the following:

    plugins:
    - serverless-certificate-creator

    custom:
    customCertificate:
        certificateName: 'abc.somedomain.io' //required
        idempotencyToken: 'abcsomedomainio' //optional
        hostedZoneId: 'Z3KRBD2OX064NC' //required
        region: eu-west-1 // optional - default is us-east-1 which is required for custom api gateway domains of Type Edge (default)

now you can run:

    serverless create-cert

FAQs

Package last updated on 25 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc