[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Nightmare with the following:



Howard,
 
            When you generate the cert request to send it to Verisign, there is a key file generated in the corresponding site's /home/sites/sitename/certs directory. Did you delete that key file?
 
Doug
----- Original Message -----
From: Howard
Sent: Wednesday, June 21, 2000 3:41 PM
Subject: [cobalt-users] Nightmare with the following:

I'm running a RAQ3 with new upgrade:

The following are my two nightmare problems:

#1) I processed an SSL key with Verisign and got it back. When I installed it the site was still coming up unverified. So I went into site settings and unchecked SSL and rechecked it.

I then deleted all certificates in my ssl section and manually pasted the Verisign certificate.
I then get an error that says Certificate files do not exist.

When I run the following I get:
[root@www cron.hourly]# /etc/rc.d/init.d/httpd restart
Shutting down Web Service: httpd
Setting up Web Service: Site home has invalid certificate: 4999 Certificate file
s do not exist.
/usr/sbin/httpd

What do I do?

#2) For some reason my cron.hourly logcheck is not working still. It works when I run the command for it manually from the telnet login.
I have this in my logcheck file in my /etc/cron.hourly and /etc/cron.half-hourly:
-rwx------   1 root     root           47 Jun 20 13:58 logcheck

#!/bin/sh
/bin/sh /usr/local/etc/./logcheck.sh 

This is my /var/log/cron log:
root (06/22-22:34:00-1459) CMD (run-parts /etc/cron.half-hourly)
root (06/22-22:40:00-1577) CMD (   /sbin/rmmod -as)
root (06/22-22:45:00-1711) CMD (/usr/local/sbin/swatch >>/var/cobalt/adm.log 2>&1)
root (06/22-22:48:00-1818) CMD (run-parts /etc/cron.quarter-hourly)
root (06/22-22:50:00-1876) CMD (   /sbin/rmmod -as)


Thanks!