Enabling SSL
Using an external SSL provider
module.export = {
// other configuration
ssl: {
enabled: true,
external_provider: true // <- enable this
},
storeDomains: {
admin: 'a9a9-9999-99-999-99.ngrok-free.app' // <- put your domain here
}
}Using local certificate
1. Get a certificate
2. Setup CMA
Last updated