Due to the heartbleed openssl vulnerability , I need to compile openssl from source.However i would like to know the argument that was passed at ./config phase so that I can use the same for the latest openssl .
What command should I use to get this detail ?
Do I need to regenerate my SSL cert for my site?
As vcsjones stated (he should have answered), use
openssl version -afor some (perhaps most?) of them:Some options/arguments you will need to know how they got there. For example, for
-fPICand-DOPENSSL_PIC, I addedexport CFLAGS="-fPIC"before I compiled.Others are simply missing. For example, I
config'd withno-ssl2. That's found in<openssl/opensslconf.h>: