Quantcast
Channel: OpenSSL: How to create a certificate with an empty subject DN? - Super User
Browsing latest articles
Browse All 6 View Live

Answer by jsha for OpenSSL: How to create a certificate with an empty subject...

The problem is with prompt = no in the original config. That makes openssl req assume you intend to specify subject entries in the config file and hits a preliminary check in req.c.There's a...

View Article


Answer by bpawlak for OpenSSL: How to create a certificate with an empty...

This worked for me:test-no-cn.cnf file[req] default_bits = 4096encrypt_key = nodefault_md = sha256distinguished_name = req_distinguished_namereq_extensions = v3_req[ req_distinguished_name ][ v3_req...

View Article


Answer by hardeep for OpenSSL: How to create a certificate with an empty...

It seems you enter any single one value from '"distinguished_name" group from your keyboard and it works fine...I mean you do not need to enter other values and can use their default(as mentioned in...

View Article

Answer by Oran Dennison for OpenSSL: How to create a certificate with an...

I also ran into this "no objects specified" error. It was displaying a prompt like this for various fields:US []:And I was just pressing enter because I had already set these values in the .cnf file....

View Article

Answer by Artem for OpenSSL: How to create a certificate with an empty...

Try "commonName = optional" in policy sections in openssl configuration file.

View Article


OpenSSL: How to create a certificate with an empty subject DN?

Is it possible to create a PKCS#10 certificate request / X.509 certificate with the identifying information only in the subject alternate name attribute/extension? According to X.509 4.1.2.6 Subject,...

View Article
Browsing latest articles
Browse All 6 View Live