Skip to content

Commit c2507db

Browse files
committed
use PEM encoded certificate cert instead
1 parent a4df431 commit c2507db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systray/systray_real.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func (s *Systray) start() {
9090
s.updateMenuItem(mRmCrashes, config.LogsIsEmpty())
9191
case <-mGenCerts.ClickedCh:
9292
cert.GenerateCertificates(config.GetCertificatesDir())
93-
cert.InstallCertificate(config.GetCertificatesDir().Join("ca.cert.cer"))
93+
cert.InstallCertificate(config.GetCertificatesDir().Join("ca.cert.pem"))
9494
s.Restart()
9595
case <-mPause.ClickedCh:
9696
s.Pause()

0 commit comments

Comments
 (0)