Topic: How to generate server key and server certificate based on ip

We are working on https,now we are using a static ip and corresponding certificates.We want to generate server key and server certificate based on different IPs xxx.xxx.x.xxx in wolfssl.How it is possible ?

Share

Re: How to generate server key and server certificate based on ip

Hi rahul.c,

Check out our certificate generation with altnames example here: https://github.com/wolfSSL/wolfssl-exam … altnames.c
The IP address used is on line 196 (127.0.0.1 in the example): https://github.com/wolfSSL/wolfssl-exam … mes.c#L196
You can find more info on it here: https://github.com/wolfSSL/wolfssl-exam … er/certgen

Thanks,
Kareem

Share