Escape RADIUS secret in strongswan.conf
If a RADIUS secret is, for example, `#secret-key#`, EAP-RADIUSauthentication will fail, as the `#` can be interpreted by thestrongswan.conf parser as a comment.
To avoid this from happening, set the key within double quotes.
Escape RADIUS secret in strongswan.conf
If a RADIUS secret is, for example, `#secret-key#`, EAP-RADIUS
authentication will fail, as the `#` can be interpreted by the
strongswan.conf parser as a comment.
To avoid this from happening, set the key within double quotes.