Closed davidoc closed 13 years ago
Hi David - a couple of comments:
`
git clone git@github.com:daviddoc/perl-crypt-openssl-x509.git
git remote add upstream git://github.com/dsully/perl-crypt-openssl-x509.git
git fetch upstream
git branch --set-upstream master upstream/master
`
That way a git pull
on your end will pull down my changes automatically.
To push to your fork, you'd need to run: git push origin master
.
Oops, yes. I had an error in my .git/config related to my remote upstream.
I'll reduce the number of commits and try again.
Hi Dan,
I have some updates to allow me to use Crypt::OpenSSL::X509 with CheckCerts (https://github.com/davidoc/checkcerts). I've added:
I'd be very grateful if these could be pulled into your master (and onto CPAN).
Kind regards,
David