Displaying 20 results from an estimated 200 matches similar to: "selfsigned ssl certificate"
2007 Jan 12
2
yum has no updates?
Hi,
I haven't updated my centos 4.3 machine in weeks but when I run yum update /
yum upgrade no updates seem to be Reading repository metadata in from local
files
No Packages marked for Update/Obsoletionavailable on the default repo's and
dag's repo?
"Reading repository metadata in from local files
No Packages marked for Update/Obsoletion"
yum install $program stills works
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
2006 Apr 27
2
smux service (port 199)
Hi,
when I run a nmap localhost I see that port 199 is open for the smux service
but when I check the services gui in runlevel 3 or 5 I don't find it. It's
also not in /etc/init.d/
At the moment almost everything is inactive except for some well known
services like httpd crond etc. but mux is still there.
Does anyone know how to colse this service?
regards, ivago
-------------- next
2007 Feb 13
5
reboot long uptimes?
Hi,
I was just wondering if I should reboot some servers that are running over
180 days?
They are still stable and have no problems, also top shows no zombie
processes or such, but maybe it's better for the hardware (like ext3 disk
checks f.e.) to reboot every six months...
btw this uptime really confirms me how stable Centos 4.x really is and so
I wonder how long some people's
2018 May 21
2
Plot qualitative y axis
Hi all,
I?m trying to plot this data
N M W
I 10 106
II 124 484
III 321 874
IV 777 1140
V 896 996
VI 1706 1250
VII 635 433
VIII 1437 654
IX 693 333
X 1343 624
XI 1221 611
XII 25 15
XIII 3
XIV 7 8
So that in de Y axis will be the level (qualitative data) and in the X axis
will be M and W variables. So x axis will be wwith a lenght between 0 and
2000.
I would like to plot a line with M and other
2019 Mar 29
2
Unable to verify of llvm sources with the .sig files
I'm on an Arch Linux system:
$ uname -a
Linux wink-desktop 5.0.4-arch1-1-ARCH #1 SMP PREEMPT Sat Mar 23 21:00:33
UTC 2019 x86_64 GNU/Linux
My gpg version is:
$ gpg --version
gpg (GnuPG) 2.2.15
libgcrypt 1.8.4
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <
https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and
2006 Jul 02
2
Problems implementing a N:M table that contains actual data
Hi everyone,
I''m currently finishing the planning phase of a small project I want to
create. I read a bunch of tutorials about ActiveRecord and the
different way to link your "tables" with belongs_to, has_many,
has_and_belong_..., etc... However I''m stillnot sure if what I''m trying
to do will work *well* with ActiveRecord.
So enough talk,
2020 Apr 30
5
Dovecot IMAPS : Thunderbird SSL cert issue / Evolution OK
Hello,
This is a selfsigned cert. Both of the below methods were used.
May I ask for 1. pointer to info setting up "intermediate certs" and
where the certfile goes?
The objective is to generate a self-signed cert and use it for just
internal use with IMAPS dovecot.
Separately, what are your thoughts as to why evolution works and
thunderbird does not?
Thank you,
==1
openssl
2005 Dec 14
1
Switchtower + SSL
Is anyone else using switchtower + Apache/mod_ssl? How do you get
around the private key passphrase dialog?
2007 Jul 22
2
httpd failed with a new install of 5.0
Everyone,
I have been working on a new installation of CentOS 5.0 on a x86_64
machine. The installation has gone well except for httpd.
When I start httpd with LogLevel turned to debug all I get is an
immediate failure with the following errors the logs:
/var/log/httpd/error_log:
[Sun Jul 22 13:00:31 2007] [notice] suEXEC mechanism enabled
(wrapper: /usr/sbin/suexec)
/var/log/ssl_error.log:
2016 Sep 03
2
Samba4 and sssd authentication not working due "Transport encryption required."
Hi Fosiul,
Am 03.09.2016 um 14:59 schrieb Fosiul Alam via samba:
> from Samba4 side i need this help, I can see that sshd has this option, can
> you just tell me by default when i installed samba4 , did it create any
> .crt file , if yes where? which i can use in sssd tls authenticaiton ?
> Thanks for the help
# ls -1 /usr/local/samba/private/tls/*.pem
2019 Apr 04
2
Unable to verify of llvm sources with the .sig files
With the new signature file I was able to verify, but there was
still a bad signature: "gpg: key 0x0FC3042E345AD05D: 1 bad signature"
which I highlighted below. Didn't seem to be a problem, but thought
I'd point it out. I'd be glad to do additional tests if you'd like.
$ gpg --list-keys
/home/wink/.gnupg/pubring.kbx
-----------------------------
pub
2020 Apr 30
2
Dovecot IMAPS : Thunderbird SSL cert issue / Evolution OK
Recently thunderbird and Dovecot IMAPS cannot agree on SSL however
Evolution, on the exact same system, is working fine with the same
accounts. Tried recreating the Dovecot cert and also the thunderbird
accounts from scratch. The OpenSSL raw client works fine as well.
Would someone also confirm the openssl commands to create a selfsigned
cert for dovecot imaps. They cert created does work
2007 Oct 25
2
self signed ssl cert on C5
Hi,
Does anyone have a pointer to correct documantation for generating and
installing a self signed ssl cert for use on httpd on a C-5 machine?
The docs say to use genkey but AFAIK upstream rm'd crypto-utils from the
distro and as such it is not available. I tried generating the cert on a C-4
machine using genkey and installing on the C-5 machine but I get the following
error when I try to
2010 Jun 30
1
Samba 3.3 ldap tools
I am currently trying to setup my Samba server to act as a samba PDC, with ldap as a backend. I have a selfsigned CA, that has signed the certificates to my ldap server.
Starting my smbd, i keep getting the message
smb_ldap_setup_connection: ldap://ldap.streetgeek.lan/
Failed to issue the StartTLS instruction: Connect error
Connection to LDAP server failed for the 1 try!
smbldap_open: already
2006 Feb 23
1
Server Assistant from Dell?
Hello,
I'm planning to install centos 4.2 x86_64 on a Poweredge 2800.
This system comes with a EFI utility partition and has software called
Server Assistant wich helps you to install your OS so that things like RAID
and such can get monitored in an 'indepent' way afterwards through this EFI
partition.
When booting into the Server Assistant (the software is on a linux liveCD
btw) I
2006 Dec 14
1
perl-libnet question
*Hi all,
does somebody know where I can find perl-libnet rpm for centos 4.3 with
perl-5.8.5-16.RHEL4.x86_64.rpm
Tried dag's repo wich has alot of perl modules but unfortuneately hasn't got
perl-libnet, just an empty dir
http://dag.wieers.com/packages/perl-libnet/
thanks in advance!
Ivqgo
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2018 May 21
0
Plot qualitative y axis
See ?barplot and set the horiz argument to TRUE.
(This is in the base R plotting version. The ggplot2 and lattice systems
have other ways of doing this)
Note: if you search on e.g. "barplots in R" or similar, you should find
numerous examples with code.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along and
sticking things into
2010 Apr 21
1
Server-Profile only applied when domain user gets Admin privileges on WinXP
After upgrade from 3.0.x to 3.4.3 (on new hardware) profiles only apply when
the domain users are Members of the local WinXP admin group!? The Account
behaves like a guest account - Modifications can not be saved (e.g. the left
side of the XP/SP3 task menu remains empty, Control Panel can not be changed
to classic view, .).
No problems at all with profiles created unter samba version 3.4.3.
2004 Jul 25
1
which fstype to use!
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
i have a clipper 5.3 application running over samba 3.0.2a in mandrake10
system. But, i don't know which kind of files system works better in
clipper applications.
I was using fat partion, with "fstype = fat" in my smb.conf and samba
2.2. Then i changed my server a installed mandrake10.
Right now i'm using reiserfs with