Displaying 4 results from an estimated 4 matches for "sslca".
Did you mean:
ssl_ca
2006 Oct 26
2
Re: openssl server/client classes
Thorsten Sandfuchs wrote:
> Hio,
> I''m looking for a way to manage openssl client/server classes which correspond
> to each other. As I don''t want to reinvent the wheel, I''d be glad if someone
> could share his solution? :)
>
> It should be possible to provide and distribute ssl-certificates corresponding
> to one (or perhaps even many) CAs and for
2018 Jun 22
0
Imap daemons for CentOS 6 (other then cyrus-imapd)
...e, what else do you expect?
(SSL is not the problem, as I'm using cyrus-imapd with SSL)
here my settings in /etc/imapd.conf
tls_cert_file: /etc/pki/cyrus-imapd/tls.crt/mail-host.crt
tls_key_file: /etc/pki/cyrus-imapd/tls.key/mail-host.key
tls_ca_file: /etc/pki/cyrus-imapd/tls.crt/server-chain-sslca.crt
tls_cipher_list:
EECDH+ECDSA+AESGCM:EECDH+aRSA+AESGCM:EECDH+ECDSA:EECDH:EDH+AESGCM:EDH:ECDH+AESGCM:ECDH+AES:ECDH:AES:HIGH:MEDIUM:3DES:!SSLv2:+SSLv3:!RC4:!MD5:!IDEA:!SEED:!aNULL:!eNULL:!LOW:!EXP:!DSS:!PSK:!SRP
tls_prefer_server_ciphers: 1
tls_versions: tls1_0 tls1_1 tls1_2
Walter
2007 Jan 17
11
scope issue after upgrade
I just upgraded to 0.22.0 from 0.18.4 and I''m running into what I think
are problems due to changes in scope rules.
In my site.pp manifest, I have the following:
import "classes/*"
node nfsserver {
include nfsserver
}
node webserver {
include webserver
}
class cluster1_sites {
website {
"example.com": ...;
"example2.com": ...;
}
}
node
2018 Jun 25
0
NetworkManager updating resolv.cfg
...e, what else do you expect?
(SSL is not the problem, as I'm using cyrus-imapd with SSL)
here my settings in /etc/imapd.conf
tls_cert_file: /etc/pki/cyrus-imapd/tls.crt/mail-host.crt
tls_key_file: /etc/pki/cyrus-imapd/tls.key/mail-host.key
tls_ca_file: /etc/pki/cyrus-imapd/tls.crt/server-chain-sslca.crt
tls_cipher_list:
EECDH+ECDSA+AESGCM:EECDH+aRSA+AESGCM:EECDH+ECDSA:EECDH:EDH+AESGCM:EDH:ECDH+AESGCM:ECDH+AES:ECDH:AES:HIGH:MEDIUM:3DES:!SSLv2:+SSLv3:!RC4:!MD5:!IDEA:!SEED:!aNULL:!eNULL:!LOW:!EXP:!DSS:!PSK:!SRP
tls_prefer_server_ciphers: 1
tls_versions: tls1_0 tls1_1 tls1_2
Walter
--------...