You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
"." If i do not fill in, UI will respond
Is there a set format?
The text was updated successfully, but these errors were encountered:
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.
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.
"." If i do not fill in, UI will respond
Is there a set format?
The text was updated successfully, but these errors were encountered: