Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
slaskaridis
New Contributor

Fortiewb SHA2 certificate

Hi,

we want to generate a CSR for a web site certificate

The only option is the 2048 bits

we do not have an option to generate SHA2 CSR

Is there a command line for this?

 

1 Solution
abelio
Valued Contributor

Hi

It's not mandatory generate a CSR from Fortiweb itself

Use your favourite tools to accomplish that and import back into the waf.

 

 

regards




/ Abel

View solution in original post

regards / Abel
3 REPLIES 3
abelio
Valued Contributor

Hi

It's not mandatory generate a CSR from Fortiweb itself

Use your favourite tools to accomplish that and import back into the waf.

 

 

regards




/ Abel

regards / Abel
slaskaridis

abelio wrote:

Hi

It's not mandatory generate a CSR from Fortiweb itself

Use your favourite tools to accomplish that and import back into the waf.

 

 

Hi Abelio,

thank you for your reply.

Which tool do you suggest will generate a compatible CSR by Fortiweb? A linux server and oppenssh maybe?

What is the procedure to import the certificate and privcate key back to the Fortiweb? 

I canot find any document for this.

 

Thanks again.

 

Sokratis

slaskaridis

abelio wrote:

Hi

It's not mandatory generate a CSR from Fortiweb itself

Use your favourite tools to accomplish that and import back into the waf.

 

 

Hi Abelio,

you pointed to the right diection. The issue is solved as below:

 

I installed openssl cmd to a PC.

i ran the cmd:

openssl req -out CSR.csr -new -newkey rsa:2048 -nodes -keyout privatekey.key -sha256

I uploaded the CSR to the CA

I downloaded the Certificate

I mported the private key created by cmd and the certificate to the fotiweb following this:

https://help.fortinet.com/fweb/admin_hlp/4-4-0/wwhelp/wwhimpl/common/html/wwhelp.htm?context=FortiWe...

I applied the certificate to the respective policies

 

Works like a charm!!

Thank you

Sokratis

Labels
Top Kudoed Authors