dsully / perl-crypt-openssl-x509

Perl interface to OpenSSL's X509 module.
Other
25 stars 33 forks source link

Updates for CheckCerts. #3

Closed davidoc closed 13 years ago

davidoc commented 13 years ago

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

dsully commented 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.

See also: http://stackoverflow.com/questions/520650/how-do-you-make-an-existing-git-branch-track-a-remote-branch

davidoc commented 13 years ago

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.