-->

DEVOPSZONES

  • Recent blogs

    How to Use Cloudflare SSL certificates with AWS API Gateway

    How to Use Cloudflare SSL certificates with AWS API Gateway



    First, create an origin certificate in Cloudflare’s and then import it into the AWS Certificate Manager.
    Cloudflare -> SSL/TLS-> Origin Certificate -> Create Certificate
    Open the AWS Certificate Manager and provide it with your certificate body and private key.
    The certificate manager will ask you for a certificate chain. We can find out that in Cloudflare Website.
    Click on "Next" to add Tags.
    Click on Review and ImportYou are now ready to use this Certificate in AWS Services.

    No comments