mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-21 15:17:01 +00:00
Code style improvements
This patch contains some minor code style improvements, to leave the linter happier and generally follow best practices in some areas where things snuck through.
This commit is contained in:
@@ -374,7 +374,7 @@ func generateCert(path string) error {
|
||||
x509.KeyUsageCertSign,
|
||||
|
||||
BasicConstraintsValid: true,
|
||||
IsCA: true,
|
||||
IsCA: true,
|
||||
}
|
||||
|
||||
priv, err := rsa.GenerateKey(rand.Reader, 1024)
|
||||
|
||||
Reference in New Issue
Block a user