We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60af6b3 commit a6eddf7Copy full SHA for a6eddf7
systray/systray_real.go
@@ -90,7 +90,7 @@ func (s *Systray) start() {
90
s.updateMenuItem(mRmCrashes, config.LogsIsEmpty())
91
case <-mGenCerts.ClickedCh:
92
cert.GenerateCertificates(config.GetCertificatesDir())
93
- cert.InstallCertificate(config.GetCertificatesDir().Join("ca.cert.cer"))
+ cert.InstallCertificate(config.GetCertificatesDir().Join("ca.cert.pem"))
94
s.Restart()
95
case <-mPause.ClickedCh:
96
s.Pause()
0 commit comments