Skip to main content
Emerson_Hasegawa
New Member
October 8, 2021
Question

Try install certificate in fortiauthenticator

  • October 8, 2021
  • 2 replies
  • 4470 views

Hi,

 

I need help my friends,

 

I try install certificate in fortiauthenticator, but in always return this mensage. 

 

I go for configure in End Entities --> Local Services --> Import Local certificate 

 

My CA is Microsoft Windows Server.

 

Import has failed: There is no matching certificate request for server certificate

 

The same certificate i can import in fortigate. 

 

 

    2 replies

    abelio
    SuperUser
    SuperUser
    October 8, 2021

    Hello Emerson

    it's clear that it's not a local certificate.

     

    You'll need to import it as PKCS12 certificate file (.p12) providing passphrase properly.

    Under windows server you can export your certificate as a PFX container ready to import into a FAC.

    Don't forget to import that CA certificate too.

     

     

     

     

     

    Knox_122
    New Member
    October 20, 2021

    I think what you need to do is install the Intermediate and Root certificates into the Trusted CAs. I had to do this to use Office365

    [image][/image]

     

    This link shows how to do it using Gmail, just change OpenSSL> s_client -connect smtp.gmail.com:587 -starttls smtp to 

    (Paste this into Powershell, after you have downloaded and installed OpenSSL(OpenSSL), if you haven't already)

    $openssl s_client -starttls smtp -connect smtp.office365.com:587 -crlf