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 generate the CA using os.Hostname(); However, when we set Server.Hostname different from os.Hostname, there will be TLS error saying the CA was not issued for the host. Thus, we want to read hostname from config.
We generate the CA using
os.Hostname()
; However, when we setServer.Hostname
different from os.Hostname, there will be TLS error saying the CA was not issued for the host. Thus, we want to read hostname from config.pelican/config/init_server_creds.go
Line 159 in bdd7616
The text was updated successfully, but these errors were encountered: