Current time: 06-29-2024, 10:26 PM Hello There, Guest! (LoginRegister)


Post Reply 
Problem beim erstellen des SSL Zertifikats
Author Message
MoritzDorn Offline
Junior Member
*

Posts: 178
Joined: Nov 2007
Reputation: 0
Post: #1
Problem beim erstellen des SSL Zertifikats
Hallo,

ich bin grade dabei das SSL Zertifikat zu erstellen, bei Punkt 2.1 (http://www.isp-control.net/documentation..._services) komme ich allerdings nicht weiter.

Das geht noch alles gut:

Quote:"cd /root/RootCA
openssl genrsa -out server.key.pem -rand private/.rand 2048 # Generate the key
openssl req -new -key server.key.pem -out server.req.pem # Generate the certificate request"

aber bei dem hier:
Quote:"openssl ca -name RootCA -in server.req.pem -out server.cert.pem "
kommt folgende Meldung zurück:
Quote:"Using configuration from /usr/lib/ssl/openssl.cnf
Enter pass phrase for /root/mdca/private/cakey.pem:
Check that the request matches the signature
Signature ok
The commonName field needed to be supplied and was missing"

Wo genau ist da jetzt der Fehler?

In der openssl.cnf habe ich bei commonName was angegeben, bzw. steht supplied da.

System:
Debian Etch

mfg
(This post was last modified: 04-20-2008 11:16 PM by MoritzDorn.)
04-20-2008 11:12 PM
Visit this user's website Find all posts by this user Quote this message in a reply
ephigenie Offline
Project Leader
*******
Administrators

Posts: 1,578
Joined: Oct 2006
Reputation: 15
Post: #2
RE: Problem beim erstellen des SSL Zertifikats
commonName muss der name der domain sein, die du ssl verschlüsseln willst.

Wenns das panel selbst betrifft also admin.<deine-domain>.<tld>
04-20-2008 11:26 PM
Visit this user's website Find all posts by this user Quote this message in a reply
MoritzDorn Offline
Junior Member
*

Posts: 178
Joined: Nov 2007
Reputation: 0
Post: #3
RE: Problem beim erstellen des SSL Zertifikats
Es gibt 3 Stellen an denen das vorkommt, muss ich das bei [ policy_match ]
[ policy_anything ] oder bei [ req_distinguished_name ] machen?

EDIT:

Wenn ich meine Domain an den Stellen eingebe kommt:
Quote:admin.meinserver.de:invalid type in 'policy' configuration
(This post was last modified: 04-21-2008 03:02 AM by MoritzDorn.)
04-20-2008 11:51 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)