netty5/handler/src
Aayush Atharva 11e6a77fba
Change asterisk to 'x' in FQDN of SelfSignedCertificate (#11245)
Motivation:

`SelfSignedCertificate` creates a certificate and private key files and store them in a temporary directory. However, if the certificate uses a wildcard hostname that uses asterisk *, e.g. `*.shieldblaze.com`, it'll throw an error because * is not a valid character in the file system.

Modification:
Replace the asterisk with 'x'

Result:
Fixes #11240
2021-05-12 19:32:31 +02:00
..
main Change asterisk to 'x' in FQDN of SelfSignedCertificate (#11245) 2021-05-12 19:32:31 +02:00
test Change asterisk to 'x' in FQDN of SelfSignedCertificate (#11245) 2021-05-12 19:32:31 +02:00