similar to: self signed ssl cert on C5

Displaying 20 results from an estimated 1100 matches similar to: "self signed ssl cert on C5"

2006 Dec 27
3
Problem with HTTPS ON CENTOS 4.4
Hi all , I set up https on CentOS 4.4. I did the below sets of commands, first removed existing files rm /etc/httpd/conf/ssl.key /server.key rm /etc/httpd/conf/ssl.crt/server.crt Next, I created key. Change to the /usr/share/ssl/certs/ directory and type in the following command: make genkey then issued below command, make testcert finaly /sbin/service httpd restart Then I got the
2009 Aug 13
4
Quota question.
Hi, I am trying to get quota working properly on dovecot 1.2.3 with postfix admin, amavisd-new, mysql, and postfix. So far I can see the db getting updated when messages are added and deleted from the mailbox. The problem I am having is that I have imported a bunch of messages from the old mail server that was running uw-imap and mbox to the doevcot machine using maildir++. As a result the
2007 May 04
1
centos 5 - where are genkey and crypto-utils?
The RHEL 5 documentation talks about a utility called genkey, apparently part of a package called crypto-utils: https://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/Deployment_Guide-en-US/s1-httpd-secure-server.html However, I can't find that package or that utility on CentOS 5 - did a few digging with yum but nothing showed up. Anybody knows: 1. What happened to those things on
2008 Apr 16
5
how to handle a random password in a config file?
Hi I''m trying to configure bacula''s config file. The issue is everytime the script runs a new key gets generated for bacula. How can I have the config file update only run once with puppet, yet replace the default bacula-fd.conf file. script listed below: class bacula-client { # define which server to use case $datacenter { 1: { $backupserver
2005 Aug 08
1
wbinfo problem
Hi all, I am trying to setup a samba pdc using the "making users happy" example from Samba-by-Example. Everything seems to check out fine except that I cannot get wbinfo -u to work. When I do wbinfo -g I get a list of the groups. If I do wbinfo -u I get the following: (pocono pts4) # wbinfo -u Error looking up domain users (pocono pts4) # I tried turning up the logging for samba but
2009 Sep 22
1
Dovecot 1.2.5 segfaults.
Hi, I just updated to dovecot 1.2.5 on centos5. 1.2.4 did not show this problem. I am going to roll back for the time being but I am willing to do whatever I need to to fix this. This is an x86_64 system. filesystem is ext3. I am now seeing the following in the logs: Sep 22 17:31:06 vfoggy kernel: imap[18644]: segfault at 0000000000000000 rip 0000000000000000 rsp 00007fff83e31c88 error 14 Sep
2018 Jul 29
4
2.3.2.1 - EC keys suppport?
>> facing [ no shared cipher ] error with EC private keys. > the client connecting to your instance has to support ecdsa > > It does - Thunderbird 60.0b10 (64-bit) [ security.ssl3.ecdhe_ecdsa_aes_256_gcm_sha384;true ] It seems there is a difference between the private key (rsa vs. ecc -> SSL_CTX?) used for the certificate signing request and the signed certificate. The csr
2009 Nov 04
2
Certificates Revocation Lists and Apache...
Hi, already asked in the openssl mailing list, but just in case you already went through this... I need a little help with Certificate Revocation Lists. I did setup client certificates filtering with apache and it seem to work fine so far (used a tutorial on http://www.adone.info/?p=4, down right now). I have a "CA" that is signing a "CA SSL". Then, the "CA SSL" is
2017 Jul 08
2
certificate for www.xxxx.xx has expired ?? (hostname)
Hello, I found this Morning a Message in my Logs, that is new for me and I never seen this before? Is this a Error in the Certificate System?? The certificate for www.example.at has expired Datum: 08.07.17 06:31 Von: root <gjn+www at example.at> An: gjn+www at example.at ################# SSL Certificate Warning ################ Certificate for hostname 'www.example.at', in
2013 Mar 11
3
SSL Certificate
Dear All This is my continuation of postfix setup. Following link http://campworld.net/thewiki/pmwiki.php/LinuxServersCentOS/Cent6VirtMailServerfor postfix setup. At one stage it says, Configuring The Server Setup SSL Certificate Now generate an SSL certificate for postfix and dovecot to have TLS support. Replace mail.example.com with your server hostname. > genkey --days 3650
2007 Sep 13
2
hardware raid vs fake raid
Hi, Does anyone know how I can find out if an ibm serveraid 8k sas storage controller (zero channel RAID) is a real hardware RAID controller and supported in the standard CentOs kernel or is it a fake raid controller. I am trying to decide if I should get the serveraid controller or go get a 3ware controller. Regards, -- Tom Diehl tdiehl at rogueind.com Spamtrap address mtd123 at
2008 Sep 23
1
how do I access an LV on a xen dom0?
Hi, I have a machine running several domU's. It has an LV that is currently mounted on dom0, that I would like to access from one of the domU's. If I umount the LV and remove it from the fstab on the dom0, is there a way I can mount it in one of the domU's? If there is a doc that describes how to do this, a pointer would be appreciated. I have tried google but so far no joy.
2006 Oct 21
1
centos and apache DOS question
Hi, I have a centos 4.4 box running Apache serving up web pages. One of my customers has a marketing firm that once a week pulls all of the content so that they can do their thing. When they do this the box stops serving web pages. The load goes to 0.0 and top shows almost no memory free. The box does not swap nor do I get OOM to kick in. Normally the box has about 20-30 httpd processes running
2018 Jul 29
2
2.3.2.1 - EC keys suppport?
Hi, facing [ no shared cipher ] error with EC private keys. This happens when the private key is generated with [ openssl ecparam -name brainpoolP512t1 -genkey ] with OpenSSL 1.1.0hh on the same machine Dovecot is running on. Tried some variations of [ ssl_cipher_list ] but to no avail - the [ no shared cipher ] error persists. Once the key is generated with [ openssl genpkey -algorithm RSA ]
2019 Apr 11
1
decrypt.rb
> On 11 April 2019 17:44 David Salisbury via dovecot <dovecot at dovecot.org> wrote: > > > On 4/11/2019 1:50 AM, Aki Tuomi wrote: > > > >> ... > >> So, not being an expert at encryption, what are the ramifications of > >> those digests being read as different values in the two different > >> places???? I do notice that the
2006 Apr 12
2
selfsigned ssl certificate
Hello, I need to setup a secure ssl site but I'm using a FC3 howto wich is not compatibel anymore wwith Centos 4.2 Now I removed the standard crt.key and server.key files and used the make testcert script in /etc/httpd/conf to create a new one with the appropriate company name and such. But this certificate requires a passphrase everytime apache starts and I rather would like to remove
2002 May 15
3
Processing "vignette" files
Is there any way to process the "vignette" documantation files? I have been looking at the bioconductor packages and most of them have *.Rnw files in doc directories. They look like regular TeX but have sections showing R code that seem to choke TeX. Thanks, Andy __________________________________ Andy Jaworski Engineering Systems Technology Center 3M Center, 518-1-01 St. Paul, MN
2001 Nov 21
3
lost+found missing, Bug or feature?
Hi, I noticed that some of my ext3 partitions have a lost+found directory and some do not. Which is correct? mke2fs -j makes the lost+found but after a fresh install of 7.2 there are no lost+found on partitions that were formatted. I want to make them all the same but I am not sure which is correct. I do not plan on going back to ext2 but......... -- ......Tom Dysfunction The Only Consistent
2018 Jul 30
2
2.3.2.1 - EC keys suppport?
>>>> facing [ no shared cipher ] error with EC private keys. >>> the client connecting to your instance has to support ecdsa >>> >>> >> It does - Thunderbird 60.0b10 (64-bit) >> >> [ security.ssl3.ecdhe_ecdsa_aes_256_gcm_sha384;true ] >> >> It seems there is a difference between the private key (rsa vs. ecc -> >>
2002 Sep 12
8
Routing/NAT question
Hi all, I have a strange setup I am trying to get working. Initally I thought I could set it up by just setting up the correct routes. However after thinking about it I have convinced myself (maybe incorrectly) that I most likely need some sort of advanced NAT/routing setup. Below is a description of the networks involved: Local net (192.168.101.0/24) | | Linux machine eth1