3.0.0 • Published 8 months ago

@adobe/ccweb-add-on-ssl v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@adobe/ccweb-add-on-ssl

Version Downloads/week License

Description

This package provides commands which can be used to set up your self-signed SSL certificate. This SSL certificate is used to locally host the add-on on your browser trusted HTTPS.

These commands are used by @adobe/create-ccweb-add-on to set up a locally trusted SSL certificate in your system as a one-time step.

Commands

CommandDescriptionBasic Usage
setupSetup a locally trusted SSL certificate for hosting add-ons.ccweb-add-on-ssl setup --hostname localhost
purgeRemove all add-on related SSL artifacts from your system.ccweb-add-on-ssl purge

For detailed usage guides, you may check npx @adobe/ccweb-add-on-ssl --help.

For more information about developing Adobe Express add-ons, check out the documentation.