mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
Feat: Perfect privacy support (#606)
This commit is contained in:
@@ -11,8 +11,6 @@ var (
|
||||
)
|
||||
|
||||
func extractPEM(b []byte, name string) (encodedData string, err error) {
|
||||
name = strings.ToUpper(name) // certificate -> CERTIFICATE
|
||||
|
||||
pemBlock, _ := pem.Decode(b)
|
||||
if pemBlock == nil {
|
||||
return "", errPEMDecode
|
||||
|
||||
Reference in New Issue
Block a user