Displaying 8 results from an estimated 8 matches for "sslkey".
Did you mean:
ssl_key
2015 Sep 21
1
ssl_key_password loaded from file: 'Couldn't parse private ssl_key'
...ame block.
I tried to create 2 blocks in 2 different files automatically loaded from
conf.d:
### private.conf ### <-- prevented read permission for other than root:root
local_name mydomain {
ssl_key_password = mypass
}
### 10-ssl.conf ###
local_name mydomain {
ssl_cert = <mycert
sslkey = <mykey
}
But that failed with 'Couldn't open include file
/etc/dovecot/conf.d/private.conf: Permission denied'
Restricting rights directly on 10-ssl.conf failed with a similar error:
'Couldn't open include file /etc/dovecot/conf.d/10-ssl.conf: Permission
denied'
So fa...
2008 May 15
0
Impact of the Debian OpenSSL vulnerability
...estions on how this may affect CentOS users should be directed to
the CentOS users list. List subscription information is available
from:
http://lists.centos.org/mailman/listinfo/centos
With kind regards,
The CentOS Team
[1] http://www.debian.org/security/2008/dsa-1571
[2] http://wiki.debian.org/SSLkeys
[3] http://metasploit.com/users/hdm/tools/debian-openssl/
2008 May 22
0
/home/putnopvut/asa/AST-2008-007/AST-2008-007: AST-2008-007 Cryptographic keys generated by OpenSSL on Debian-based systems compromised
...------------------+
+------------------------------------------------------------------------+
| Links | http://www.debian.org/security/2008/dsa-1571 |
| | |
| | http://wiki.debian.org/SSLkeys |
+------------------------------------------------------------------------+
+------------------------------------------------------------------------+
| Asterisk Project Security Advisories are posted at |
| http://www.asterisk.org/security...
2007 Sep 14
1
script/server with options
...Default: 3000
--sslcert=/path/to/certificate
For SSL (https) operation pass the
server
certificate file location relative to RAILS_ROOT.
default: /config/ssl/server.key
--sslkey=/path/to/key For SSL (https) operation pass the
server
key file location relative to RAILS_ROOT.
default: /config/ssl/server.key
-s, --sslmode Run server in SSL (https) mode.
--sslroot=/path/to/root_cert For SSL...
2015 Sep 20
2
ssl_key_password loaded from file: 'Couldn't parse private ssl_key'
As this is my first message to this ML: Hello!
I am using a password-protected SSL key for my dovecot MDA.
When I tried to use the ssl_key_password configuration directive as follow:
ssl_key_password = </path/to/passfile
it did not work as I logged the following:
dovecot: imap-login: Error: SSL: Stacked error: error:06065064:digital
envelope routines:EVP_DecryptFinal_ex:bad decrypt
dovecot:
2008 May 16
0
CentOS-announce Digest, Vol 39, Issue 7
...estions on how this may affect CentOS users should be directed to
the CentOS users list. List subscription information is available
from:
http://lists.centos.org/mailman/listinfo/centos
With kind regards,
The CentOS Team
[1] http://www.debian.org/security/2008/dsa-1571
[2] http://wiki.debian.org/SSLkeys
[3] http://metasploit.com/users/hdm/tools/debian-openssl/
------------------------------
Message: 4
Date: Fri, 16 May 2008 02:20:09 +0100
From: Karanbir Singh <kbsingh at centos.org>
Subject: [CentOS-announce] CESA-2008:0194 Important CentOS 5 x86_64
xen Update
To: centos-announce at cen...
2006 Jul 23
18
help with "rake db:migrate" error please?
Hi,
Just trying to get my first database based rails app up on
dreamhost.com. The app was working prior to putting in mysql DB usage
but I''m just stuck on getting the app working with mysql. I''ve already
created the database and can connect to it manually.
Below is the error I get after running the rake migrate. It worked OK
on my home PC environment. I did change the
2020 Jun 09
3
[PATCH v2 0/2] Add openssl engine keys with provider upgrade path
...and the iteration over engines can be eliminated because the
provider API will take care of doing all that internally. The only
piece which will survive is the transmission of keys to the agent by
URI.
The way the patch is structured is to first make public an internal
API to convert EVP_PKEY to sslkey. All openssl keys need this type of
conversion so it's useful for engine keys as well and means we don't
need a different sshkey type for engine keys (they key off the
SSHKEY_FLAG_EXT instead).
James
---
James Bottomley (2):
sshkey: expose openssl EVP_PKEY to sshkey conversion routine...