2.0.0 • Published 1 month ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month 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 your one-time SSL certificate during its first run on your system.

Commands

CommandDescriptionBasic Usage
setupAutomatically set up self-signed SSL in your system.ccweb-add-on-ssl setup --hostname localhost

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.