Open
Description
How can we help?
Hi Swagger,
Amazon API Gateway released mutual TLS authentication for Amazon API Gateway:
https://aws.amazon.com/blogs/compute/introducing-mutual-tls-authentication-for-amazon-api-gateway/
So now we need to provide the .key
and .cert
file as part of the request:
curl --key my_client.key --cert my_client.pem https://api.yourdomain.com
Does swagger-ui have any support for this?