openvpn-ui icon indicating copy to clipboard operation
openvpn-ui copied to clipboard

Error : Certificate Name format

Open Leeeuijooo opened this issue 6 months ago • 0 comments

We have discovered an error where certificates cannot be viewed in the UI.

The issue occurs when the Certificate Name contains a "." This causes an error, preventing the certificate details from being displayed in the UI. When the green button is clicked, there is no response.

image

As far as I know, when issuing a certificate with easyrsa, the Certificate Name is not affected by periods. Additionally, I confirmed that in the UI code, particularly in certificates.go, the name is received and returned as a string.

image

"." If i do not fill in, UI will respond

image

Is there a set format?

Leeeuijooo avatar Jul 30 '24 05:07 Leeeuijooo