![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Solaris 10 and 64 bit apache/openssl/gcc | csross | SUN Solaris | 3 | 08-15-2008 11:57 AM |
| Ubuntu: OpenSSL vulnerability | iBot | Security Advisories (RSS) | 0 | 05-13-2008 10:30 AM |
| USN-612-1: OpenSSL vulnerability | iBot | Security Advisories (RSS) | 0 | 05-13-2008 07:30 AM |
| openssl ca ke issue | piltrafa | UNIX for Dummies Questions & Answers | 0 | 06-08-2006 06:41 AM |
| openssl help | hassan2 | UNIX for Advanced & Expert Users | 2 | 10-31-2002 10:59 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I have found a few of the openssl commands but there are loads missing and I can't find them anywhere.
Eg -inkey -in -A what do all these do?????? Does anyone know where there is a definitive list of Openssl commands?? If so please let me know.. Thanks. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
I think these are called options, not commands?
If I remember correctly, I think -inkey is to specify an input file containing the key. For RSA signing, for example, it is the signer's private key. -in is the input file, possibly a PEM-encoded certificate. I didn't recall ever seeing -A. Yeah, it doesn't document everything and when I had to use OpenSSL in my final project I did have to read portions of the source code though. I know there's a book for openssl (o'reilly??) but I don't know how complete it is because I have not read it before. |
|||
| Google The UNIX and Linux Forums |