Hello everyone,
I'm not very experienced with certificates and I've got a couple of questions, if someone can help me please?
I'm using self signed certificates; SSTP server is running on CCR1036 v6.48.1. Our VPN network is quite large with a lot of clients connecting to the server as SSTP clients. Default valid days number is 365, and updating certificates for all clients including server is quite painful.
So, I guess, the first question would be if it is possible to to make certificates permanent, valid days = unlimited?
If it can't be done, can I make valid days = 36500, or more?
It is working while adding a template:
/certificate
add name=ca-template common-name=CA days-valid=36500 key-usage=key-cert-sign,crl-sign
In the Certificate list Valid Days will be 36500, which is great.
However, when signing the certificates:
/certificate
sign ca-template name=CA
Valid Days number falls back to 6113 figure. I understand that 16 years is better than 1 :) But it still would be better to have 100 years (or more) and forget about certificate updates for good.
Any help is appreciated greatly.
Thank you in advance.