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.
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).
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?
DELL-Bob Mi
2 Intern
•
230 Posts
0
August 8th, 2018 13:00
I just sent you a private message so I can work with you on fixing this issue.
Bob
nunciate1
2 Posts
0
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.
hutcha4113
1 Rookie
•
49 Posts
0
January 7th, 2019 09:00
goe-blex
1 Message
0
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.
Gejoe001
1 Rookie
•
4 Posts
0
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?