cd /u01/app/ords/config/global/standalone
openssl req -x509 -nodes -days 365 \
-newkey rsa:2048 \
-keyout self-signed.key \
-out self-signed.pem \
-subj "/CN=localhost" \
-addext "subjectAltName = DNS:195.229.192.147, DNS:meserver.mydomain.com"
export PATH=/u01/app/jdk11/bin/:$PATH
/u01/app/ords/bin/ords --config /u01/app/ords/config serve --secure --port 4445
No comments:
Post a Comment