highkay edited a comment on issue #3147:
URL: https://github.com/apache/apisix/issues/3147#issuecomment-751916013
> @highkay What's your configuration about the SSL in APISIX?
```yaml
ssl:
enable: true
enable_http2: true
listen_port: 9443
# ssl_trusted_certificate: /usr/local/apisix/conf/cert # Specifies a
file path with trusted CA certificates in the PEM format
# # used to verify the
certificate when APISIX needs to do SSL/TLS handshaking
# # with external services
(e.g. etcd)
ssl_cert: /usr/local/apisix/conf/cert/root.crt
ssl_cert_key: /usr/local/apisix/conf/cert/root.key
```
the root key is a self signed cert by `mkcert` within a lot private ip.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]