View difference between Paste ID: uVZLLjpi and ZTWRy1My
SHOW: | | - or go back to the newest paste.
1-
echo -----BEGIN CERTIFICATE----- > encoded.txt
1+
echo -----BEGIN CERTIFICATE----- > encoded.txt
2-
echo Just Base64 encode your binary data
2+
echo Just Base64 encode your binary data
3-
echo TVoAAA== >> encoded.txt
3+
echo TVoAAA== >> encoded.txt
4-
echo -----END CERTIFICATE----- >> encoded.txt
4+
echo -----END CERTIFICATE----- >> encoded.txt
5
certutil -decode encoded.txt decoded.bin