2 Intern

 • 

230 Posts

August 8th, 2018 13:00

I just sent you a private message so I can work with you on fixing this issue.

Bob

2 Posts

November 12th, 2018 06:00

Did you ever get this fixed?  I am having the same problem.  I am not really sure what it is asking for on the Alias part either.  I have the certificate exported and I have a the password but not sure what I am doing wrong.

 

 

1 Rookie

 • 

49 Posts

January 7th, 2019 09:00

I am also having issues with this. I have downloaded open SSL, and think I have the Private Key created properly. I have also created the CSR and generated a certificate from my Windows CA. However when I go to "Register" the certificate on Datacenter, I get a big red x (no error message).

1 Message

April 2nd, 2019 02:00

Got the same Problem!!!!

# cat > .admin.int.txt <<-EOF
> [req]
> default_bits = 2048
> prompt = no
> default_md = sha256
> req_extensions = req_ext
> distinguished_name = dn
>
> [ dn ]
> C=DE
> ST=NDS
> L=
> O=
> OU=EDV
> emailAddress=
> CN= .admin.int
>
> [ req_ext ]
> subjectAltName=@alt_names
>
> [ alt_names ]
> DNS.1= .admin.int
> IP.1 =
> EOF

openssl req -new -sha256 -nodes -out .admin.int.csr -newkey rsa:2048 -keyout .admin.int.key

Singed this at the windows CA. And converted the key in pkcs#12.

openssl pkcs12 -export -out .admin.int.pfx -inkey .admin.int.key

Also getting only the big red box with the x and no message at all.

1 Rookie

 • 

4 Posts

November 26th, 2025 18:18

I am experiencing a similar issue during the initial setup. I am unable to configure the SSL certificate or import one, and regardless of the action I take, I receive an error message.
It is a Dell SC4020 running version 07.04.21.004 and DSM - 2020 R1 22.
Do you have any suggestions for a solution?

No Events found!

Top