H series 1.35 - Impossible to use valid SSL certificate

GiuseppeR
GiuseppeR Posts: 450  Master Member
Zyxel Certified Network Engineer Level 1 - Switch Zyxel Certified Network Engineer Level 1 - Nebula First Comment Friend Collector

Hello everyone,

I'm trying to upload my SSL certificate (that is valid and it is a wildcard SSL) on a firewall.

I'm looking into this area:

immagine.png

Anyway I cannot upload standard file like *.crt and *.key like I did multiple times on different devices.

Is there something that I'm missing?

All Replies

  • PeterUK
    PeterUK Posts: 3,969  Guru Member
    100 Answers 2500 Comments Friend Collector Seventh Anniversary
    edited August 19

    Thats because you need to convert to .pfx

    so you have the .key and .crt both with the same file name and use in windows
    certutil –MergePFX domain.crt domain.pfx

    you can also do it by OpenSSL

    Win32/Win64 OpenSSL Installer for Windows - Shining Light Productions

    openssl pkcs12 -export -out domain.pfx -inkey domain.key -in domain.crt

  • GiuseppeR
    GiuseppeR Posts: 450  Master Member
    Zyxel Certified Network Engineer Level 1 - Switch Zyxel Certified Network Engineer Level 1 - Nebula First Comment Friend Collector

    I'm going to try this suggestion as soon as I have that firewall available.

    It is really strange IMHO that I cannot upload those two files easily like I can do with other devices