Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

p12 private key file is password protected #17

Open
ltarasiewicz opened this issue Sep 14, 2015 · 1 comment
Open

p12 private key file is password protected #17

ltarasiewicz opened this issue Sep 14, 2015 · 1 comment

Comments

@ltarasiewicz
Copy link

Hello,

I've noticed that there seems to be no handling of p12 file passwords. As of late p12 private keys are password protected. How could I easily submit a file password with widop/google-analytics?

Thanks a lot!

@jalso
Copy link

jalso commented Aug 16, 2018

the password 'notasecret' is hardcoded in Client.php:

if (!openssl_pkcs12_read($certificate, $certificates, 'notasecret')) {
throw GoogleAnalyticsException::invalidPKCS12File();
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants