docs:cryptography:openssl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

docs:cryptography:openssl [2010/12/09 10:23] – created billhdocs:cryptography:openssl [2016/03/27 14:48] (current) – removed billh
Line 1: Line 1:
-====== openssl ====== 
  
-===== Creating certificates and private key files ===== 
-  * See [[docs:apache web server:ssl]] 
- 
-===== command line encryption ===== 
- 
-==== using certificates and keys ==== 
-<code> 
-# encrypt a file named testfile.txt 
-openssl enc -a -kfile /cygdrive/c/apache2.2.16/conf/ssl/bill.local.cert -in testfile.txt -out testfile-ssl.txt 
- 
-# decrypt the file back to the original 
-openssl enc -d -a -kfile /cygdrive/c/apache2.2.16/conf/ssl/bill.local.key -in testfile-ssl.txt 
-</code> 
- 
-===== See Also ===== 
-  * [[docs:programming:php:openssl]] 
  • docs/cryptography/openssl.1291915399.txt.gz
  • Last modified: 2010/12/09 10:23
  • by billh