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.
Command | Description | Basic Usage |
---|---|---|
setup | Automatically 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.