Configure SSL for both port 8444 and 8445

Hi,

Is there a way to configure SSL for both port 8444 and 8445. I have /etc/kong/kong.conf config file.

8444:- Admin API. Listens for calls from the command line over HTTPS.
8445 :- Kong Manager (GUI). Listens for HTTPS traffic.

# cat /etc/os-release
NAME="CentOS Stream"
VERSION="8"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"
PLATFORM_ID="platform:el8"
PRETTY_NAME="CentOS Stream 8"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:8"
HOME_URL="https://centos.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8"
REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream"
#
# ps aux | grep kong
avahi        726  0.0  0.0  69580  4744 ?        Ss   Jun28   0:22 avahi-daemon: running [kongapigateway.local]
root      117874  0.0  0.2 528068 28536 ?        Ss   Jun30   0:00 nginx: master process /usr/local/openresty/nginx/sbin/nginx -p /usr/local/kong -c nginx.conf
kong      117875  0.0  1.0 643000 123556 ?       S    Jun30   0:22 nginx: worker process
kong      117876  0.0  1.0 643808 124372 ?       S    Jun30   0:22 nginx: worker process
kong      117877  0.0  0.6 595160 75468 ?        S    Jun30   0:18 nginx: worker process
kong      117878  0.0  0.6 600208 80504 ?        S    Jun30   0:19 nginx: worker process
postgres  117963  0.0  0.1 289404 19468 ?        Ss   Jun30   0:11 postgres: kong kong 192.168.0.153(59852) idle
postgres  143791  0.0  0.1 288736 17672 ?        Ss   08:21   0:00 postgres: kong kong 192.168.0.153(49572) idle
postgres  144311  0.0  0.1 288736 17676 ?        Ss   08:37   0:00 postgres: kong kong 192.168.0.153(51584) idle
root      144348  0.0  0.0  12144  1156 pts/1    S+   08:38   0:00 grep --color=auto kong
#
# kong version
Kong Enterprise 2.7.0.0
#

Please guide. Thanks in Advance.

Best Regards,

Kaushal

Hi,

Checking in again if someone can pitch in for my earlier post to this forum?

Please guide. Thanks in Advance.

Best Regards,

Kaushal