Hi,
I am trying to run the following command on Mac:
goml set -f <file> -p property=<certificate>
where the certificate is like this:
-----BEGIN CERTIFICATE-----
MIIGtTCCBZ2gAwIBAgIJAJm/y/1PvtG9MA0GCSqGSIb3DQEBCwUAMGgxCzAJBgNV
BAYTAlVTMQswCQYDVQQIDAJUWDEPMA0GA1UEBwwGQXVzdGluMQwwCgYDVQQKDANJ
Qk0xEjAQBgNVBAsMCUlCTSBDbG91ZDEZMBcGA1UEAwwQcm9vdCBjZXJ0aWZpY2F0
ZTAeFw0yMjAxMjUwODI3MzFaFw0yMzAxMjUwODI3MzFaMGgxCzAJBgNVBAYTAlVT
MQswCQYDVQQIDAJUWDEPMA0GA1UEBwwGQXVzdGluMQwwCgYDVQQKDANJQk0xEjAQ
BgNVBAsMCUlCTSBDbG91ZDEZMBcGA1UEAwwQY2NkYl9ldGNkX3NlcnZlcjCCASIw
DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMCgKcvFrVhpdZf4uss6Ow3jLeDC
...
mFv13kXTH+JMYGX1rQTWO0z2+2YmyHn7BM/LaKYlZEL1bdWW+z5EQRY=
equal character is used as padding and sometimes we can have two or one of them. However, the result is:
the command works if the certificate doesn't contain equal characters.
Hi,
I am trying to run the following command on Mac:
where the certificate is like this:
equal character is used as padding and sometimes we can have two or one of them. However, the result is:
the command works if the certificate doesn't contain equal characters.