02-01-2012
How to Install the CA Certificate on Red Hat
Hi Guys,
These days, I am busy in configuring OpenLDAP. I plan to enable security.
I don't know how to
install CA Certificate on Red Hat Linux OS (Red Hat Enterprise Linux Server release 5.3).
Could you please help me out of this trouble?
---------- Post updated at 06:45 PM ---------- Previous update was at 06:44 PM ----------
In book "Mastering OpenLDAP", it says as following:
UNIX and Linux systems other than Ubuntu and Debian may not
have the update-ca-certificates script. Consult the system
documentation to find out how to update the certificate database on
such systems.
I just want to know "
how to update the certificate database on such systems".
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
Good morning,
I'm currently "Trying" to download Red Hat. Which files should I burn on the CD for the install. I imagine it's the IOS files, but I'd like to make sure. I have 2 files, Disk_1 (647 mb) and Disk_2 (641 mb). Do I burn these files to a disk as is or do I need to do something... (1 Reply)
Discussion started by: DFR574
1 Replies
2. UNIX for Dummies Questions & Answers
Hey... I'm so proud of myself. After nearly 13 hours of trying to get Red Hat installed on my PC I got it on here. But I'm having all sorts of problems. First the boot loader is corrupted and all I get is LI and then the computer freezes. But I can boot fine from the floppy that was made during... (2 Replies)
Discussion started by: garfunkle
2 Replies
3. UNIX for Advanced & Expert Users
hi ,
i m new to linux ,
i have adsl modem , and i have two os on my machine windows and redhat
. i install pppoe (broadband ) on windows , but i don't know how i install broadband on redhat .
plz if u are confirm then tell me the solution because already i dump my one adsl modem , because... (0 Replies)
Discussion started by: alert_every1
0 Replies
4. Red Hat
hello,
i have downloaded the gstreamer from following location
Index of /pkg/redhat/9/i386/SRPMS.gst
and i placed in the root/Zoom directory.
now i want to install that on my system so that i can devolop some gstreamer related applications and run it.
now how i need to install it on my... (0 Replies)
Discussion started by: juststarted
0 Replies
5. Red Hat
Hi All,
I installed Linus on virtual PC on my system.
I want to configure apache on it.
Also i want to install nagios and want to access through web broser from my system.
How can I do this.
Kindly provide soln its required urgently......... plsssssssssssssssss (4 Replies)
Discussion started by: sunray
4 Replies
6. Red Hat
I want to install Red Hat Linux Desktop version 4. Please tell me the step-by-step installation and which file system will be best for this O/S?
Like in windows, we have NTFS file system(which has very security features).
Is there any such file system in Linux?
Which file system should i use? (2 Replies)
Discussion started by: Anna Hussie
2 Replies
7. Red Hat
I want to install Red Hat Linux Desktop version 4. Please tell me the step-by-step installation and which file system will be best for this O/S?
Like in windows, we have NTFS file system(which has very security features).
Is there any such file system in Linux?
Which file system should i use?... (0 Replies)
Discussion started by: Anna Hussie
0 Replies
8. Red Hat
Hi,
I need to install red hat Linux 9 with hardware raid 0. kindly share steps to carry out the same.
Rgds
Deljatt (8 Replies)
Discussion started by: deljatt
8 Replies
9. Red Hat
Hi guys
I would like to install Red Hat Linux 4.2 on my old box (pIII). However there is a problem: i can't find the .iso image anywhere in the Net, all the material that i've found is (i think) an install tree of the OS.
It will be possible for me to install the OS from that install tree?
... (3 Replies)
Discussion started by: mk2soldier
3 Replies
10. Red Hat
I have installed Red Hat Enterprise Linux 6.1 server, it is registered but not subscribed. If I install using yum every time it is showing that no package available, how to resolve it? (2 Replies)
Discussion started by: ainstin
2 Replies
LEARN ABOUT LINUX
update-ca-certificates
UPDATE-CA-CERTIFICATES(8) System Manager's Manual UPDATE-CA-CERTIFICATES(8)
NAME
update-ca-certificates - update /etc/ssl/certs and certificates.crt
SYNOPSIS
update-ca-certificates [options]
DESCRIPTION
This manual page documents briefly the update-ca-certificates commands. This manual page was written for the Debian distribution.
update-ca-certificates is a program that updates the directory /etc/ssl/certs to hold SSL certificates and generates certificates.crt, a
concatenated single-file list of certificates.
It reads the file /etc/ca-certificates.conf. Each line gives a pathname of a CA certificate under /usr/share/ca-certificates that should be
trusted. Lines that begin with "#" are comment lines and thus ignored. Lines that begin with "!" are deselected, causing the deactivation
of the CA certificate in question.
Furthermore all certificates found below /usr/local/share/ca-certificates are also included as implicitly trusted.
Before terminating, update-ca-certificates invokes run-parts on /etc/ca-certificates/update.d and calls each hook with a list of certifi-
cates: those added are prefixed with a +, those removed are prefixed with a -.
OPTIONS
A summary of options is included below.
-h, --help
Show summary of options.
-v, --verbose
Be verbose. Output c_rehash.
-f, --fresh
Fresh updates. Remove symlinks in /etc/ssl/certs directory.
FILES
/etc/ca-certificates.conf
A configuration file.
/etc/ssl/certs/ca-certificates.crt
A single-file version of CA certificates. This hold all CA certificates that you activated in /etc/ca-certificates.conf.
/usr/share/ca-certificates
Directory of CA certificates. /usr/local/share/ca-certificates Directory of local CA certificates.
SEE ALSO
c_rehash(1),
AUTHOR
This manual page was written by Fumitoshi UKAI <ukai@debian.or.jp>, for the Debian project (but may be used by others).
20 April 2003 UPDATE-CA-CERTIFICATES(8)