How to change API Portal enroll notification email
search cancel

How to change API Portal enroll notification email

book

Article ID: 95474

calendar_today

Updated On:

Products

CA API Developer Portal

Issue/Introduction

This KB outlines the steps required to update the enroll notification email after you have already deployed the CA API Developer Portal per the steps outlined in our product documentation.
https://techdocs.broadcom.com/us/en/ca-enterprise-software/layer7-api-management/api-developer-portal/5-2/install-configure-and-upgrade/install-portal-on-docker-swarm/install-and-configure-api-portal.html 

Environment

All supported versions of the API Portal

Resolution

  1. Open a new SSH session to the Portal VM.
  2. Run the "config.sh" script in the installation directory.
  3. When prompted, update the "PORTAL_ENROLL_NOTIFICATION_EMAIL" value, accept all other defaults.
  4. Shut down the Portal stack:
    • docker stack rm portal
    • docker rm $(docker ps -qa)

  5. Run the "portal.sh" script to apply the new configuration and restart the portal.