answersLogoWhite

0


Best Answer
OpenSSL Fedora 13How to install OpenSSL on Fedora 13
  1. Install OpenSSL

    yum install openssl

How to configure OpenSSL on Fedora 13
  1. Change your working directory to /etc/pki/CA

    cd /etc/pki/CA

  2. Create a file that holds the database of certificates

    touch index.txt

  3. Create a file that holds the next certificate serial number

    echo '01' > serial

  4. Create a file that holds the next Certificate Revocation List serial number

    echo '01' > crlnumber

  5. Make a copy the systems default openssl configuration file for our use

    cp /etc/pki/tls/openssl.cnf openssl.cnf

  6. Open the /etc/pki/CA/openssl.cnf file for editing
    1. Change line 42

      from: dir = ../../CA # Where everything is kept

      to: dir = . # Where everything is kept

    2. Change line 50

      from: certificate = $dir/cacert.pem # The CA certificate

      to: certificate = $dir/certs/ca.crt # The CA certificate

    3. Change line 55

      from: private_key = $dir/private/cakey.pem # The private key

      to: private_key = $dir/private/ca.key # The private key

    4. Save and Close the file
  7. Make the /etc/pki/CA/openssl.cnf file not world readable

    chmod 600 openssl.cnf

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you install OpenSSL in Fedora?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How to install and OpenSSL on windows?

OpenSSL is a collaborative piece of software design to be a commercial grade and open source toolkit for implementing Secure Socket Layer protocols. The official OpenSSL website is the best place to go for installation instruction.


How do you install screenlets on Fedora?

From a terminal, run:yum install screenlets


Where can one find information about openssl download?

Information about OpenSSL download is available online on the OpenSSL website which has detailed information on how it works and how and where you can download it from.


How do you install Wine on Fedora 10?

To install Wine on Fedora 10 from the terminal, use the following commands:suyum -y check-updateyum -y updateyum -y install wine


Can we install rt Linux on Fedora?

RT Linux is a specific distribution of Linux, as is Fedora. You can install RT Linux over Fedora, but RT Linux isn't a program you install in a Fedora installation, but an entirely different installation altogether (and meant for different things; RT Linux is meant for specialty devices where the machine needs to manage devices and calculations in Real-time whereas Fedora is more a desktop/server distribution.)


How do you install mysql data base in fedora 14?

yum install mysql yum install mysqlserver


How do you install Fedora on an Intel Core i3?

The installation process for Fedora on an Intel Core i3 is exactly the same as for any other processor type. Please see Fedora's documentation for instructions on how to install it.


Can you install PC games on a PS3 with or without having to install another operating system like Fedora?

No.


How do you install VLC in Fedora?

Open a console/terminal and type these commands- su rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm yum install vlc yum install mozilla-vlc (optional)


How do you install fedora20?

Go to the Fedora site and follow the instructions for your computer type.


How do you install Fedora 9 i386 or any Fedora or operating system on your ibook PS my ibook is whipped?

Fedora and many other Linux builds are available for a PPC G4 iBook. Installation instructions are provided on the Fedora Project website (See links below).


How do you install fedora and Windows 8 in a dual boot mode?

First make partitions for the operating systems - first windows 8 then fedora partitions of / swap and /home - then First install window 8 after having made partitions for both operating systems, then install fedora to the partition previously made for installing it. Grub bootloader detects windows 8 and adds entry to the menu.