# How do I generate my app's SSL certificate? App Platform automatically generates and issues the SSL certificate when you add a domain to your app, requiring no action from you. For more details on managing your app’s domains, see [How to Manage Domains in App Platform](https://docs.digitalocean.com/products/app-platform/how-to/manage-domains/index.html.md). ## Related Topics [How do I install an SSL Certificate on a Droplet?](https://docs.digitalocean.com/support/how-do-i-install-an-ssl-certificate-on-a-droplet/index.html.md): You can typically install an SSL certificate by adding a few lines of configuration to the Droplet’s web server, or by using tools that automatically add the configuration for you. [How do I fix the error "Record is managed by an App on this account, and cannot be deleted"?](https://docs.digitalocean.com/support/how-do-i-fix-the-error-record-is-managed-by-an-app-on-this-account-and-cannot-be-deleted/index.html.md): Use the app’s Settings tab to remove domains associated with App Platform apps. [Why do I get the error “JavaScript heap out of memory” during deployment?](https://docs.digitalocean.com/support/why-do-i-get-the-error-javascript-heap-out-of-memory-during-deployment/index.html.md): Increase the heap memory by setting the environment variable NODE\_OPTIONS=–max-old-space-size=4096.