okhttp-peer-certificate-extractor icon indicating copy to clipboard operation
okhttp-peer-certificate-extractor copied to clipboard

This tool extracts peer certificates from given certificates.

Results 5 okhttp-peer-certificate-extractor issues
Sort by recently updated
recently updated
newest added

``` # pin.sh CERT="$1" if [ -z "$CERT" ]; then echo 'usage: pin.sh CERT.pem' echo echo 'example:' echo echo ' $ openssl s_client -showcerts -connect google.com:443 google.pem' echo ' depth=1...

I have my .pem file placed in assets folder. how can I create a java file from it ?

hi i am unable to pick my certificate file from `resources1` folder help me in doing this i tried by the way you provided in test but it throw errors....

Currently my app crashes due to `java.util.Base64` missing. I think it should be `android.util.Base64`? https://github.com/fabiomsr/okhttp-peer-certificate-extractor/blob/master/src/main/java/org/fabiomsr/peercertificate/PeerCertificateExtractor.java#L11