Hi.
I'm trying to implement SSL pinning for iOS and Android.
Using Cloudflare, I have created an origin server certificate for say dev.mydomain.com, test.mydomain.,com and live.mydomain.com and can access the outsystems apps using those domains having set them up as secure endpoints.
I'm following the documentation here, but can't figure out:
I've found that someone else asked the same questions here, without response.
The certificate in outsystems can be downloaded as PEM, PKCS or DER. I can also download the certificate from the site using Chrome, which downloads it as CER. Though the documentation seems to expect a CRT, so I assume none of them are correct.
I would be very grateful for any direction.L
Hi Leign
Read below outsystem documentation that will help you
https://success.outsystems.com/documentation/11/setup_and_maintain_your_outsystems_infrastructure/setting_up_outsystems/use_your_ssl_domain_in_outsystems_cloud/
Hi Chandra,
I'm not sure I understand... I have already followed the documentation you linked to, to create the dev, test and live subdomains, and have already associated them successfully to the three outsystems environments.
I can't download those certificates in outsystems as far as I can see. I have retained the blocks of text created when I made the certificates in Cloudflare that start with -----BEGIN PRIVATE KEY----- and -----BEGIN CERTIFICATE-----.
What do I do now?