# Functions
No description provided by the author
To regenerate local certificate pair:
openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 \ -nodes -keyout kong.local.key -out kong.local.crt -subj "/CN=localhost" \ -addext "subjectAltName=DNS:localhost,IP:127.0.0.1".
No description provided by the author
No description provided by the author
# Structs
No description provided by the author