Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cfn-modules/acm-wildcard-certificate-public

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cfn-modules/acm-wildcard-certificate-public

Public wildcard certificate managed by ACM

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
decreased by-78.26%
Maintainers
2
Weekly downloads
 
Created
Source

Build Status NPM version

cfn-modules: AWS Certificate Manager wildcard certificate (public)

Public wildcard certificate managed by ACM.

Let's assume you have created a hosted zone for widdix.net. This module creates a certificate for the following (sub)domain names:

  • widdix.net
  • *.widdix.net

Keep in mind that *.widdix.net includes only one subdomain level. E.g. www.widdix.net is included, but www.test.widdix.net is not.

Install

Install Node.js and npm first!

npm i @cfn-modules/acm-wildcard-certificate-public

Usage

---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'cfn-modules example'
Resources:
  Certificate:
    Type: 'AWS::CloudFormation::Stack'
    Properties:
      Parameters:
        HostedZoneModule: !GetAtt 'HostedZone.Outputs.StackName' # required
      TemplateURL: './node_modules/@cfn-modules/acm-wildcard-certificate-public/module.yml'

Examples

none

Parameters

NameDescriptionDefaultRequired?Allowed values
HostedZoneModuleStack name of module implementing HostedZoneyes

Outputs

NameInterfaceDescriptionExported?
ModuleIdglobalId of the moduleno
ModuleVersionglobalVersion of the moduleno
StackNameglobalName of the stack (used to pass module references)no
ArnExposeArnCertificate ARNyes

Keywords

FAQs

Package last updated on 06 Jul 2020

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