I'm trying to create a new sel certificate in order to specify a duration different than the one created by default from an application. Using the command: makecert.exe -b 10/10/2015 -m 36 -n "CN=MYSERVER.domain.com" -sk "MYSERVER.domain.com" -sky "exchange" -sr localmachine -ss my -in "SelfSignedCA" -ir localmachine -is root
but system prevent me providing "Fail to acquire a security provide from the issuer's certificate - Failed". I'm not so confident in creating the certificates...any help? thanks in advance!