Hi
Should it be possible for a VS admin to create a cert/key for a virt domain
in his VS (IP based not name based)? Or even gen info for a VS cert for the
main site on the VS. There is the 'snake-oil' key/cert etc. This is on an
rpm/pre-built-skel VSD host and I do mean a cert for https connections to
8443 not for the windows client to 1726.
We would usually use
openssl req -new > new.cert.csr
openssl rsa -in privkey.pem -out new.cert.key
openssl x509 -in new.cert.csr -out new.cert.cert -req -signkey
new.cert.key -days 365
we get:
bash: new.cert.csr: Permission denied
Thanks
gary