ValdikSS / easy-rsa-ipsec

easy-rsa v3 fork which generates keys suitable for both OpenVPN and IPsec
Other
97 stars 26 forks source link

Pass the flag -utf8 to openssl to interpret field values as UTF-8. #2

Closed ValdikSS closed 10 years ago

ValdikSS commented 10 years ago

By default, field values are interpreted as ASCII but UTF-8 would be a more reasonable default. Without the -utf8 flag, non-ASCII text gets garbled without warning. ASCII text works fine either way.