the certificate was outdated this was the background of renew,
The built-in self-signed cert is replaced before it expires. Perhaps you were seeing:
http://bugs.contribs.org/show_bug.cgi?id=2257i removed older certs and solved it with http://wiki.contribs.org/Certificate/de
I'm sorry, but I cannot read German.
modSSL=service
CipherSuite=ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM
CommonName=linuxonlinehelp.dyndns.org
TCPPort=443
access=public
crt=/home/e-smith/ssl.crt/mykey.crt >>but here was crt?
key=/home/e-smith/ssl.key/mykey.key >>but here was key?
status=enabled
is this by default?
No, the crt and key properties would only be set if you had done it via the command line. [Any member of the doc team should know that, or at least be able to discover that by searching here.]
after:
config setprop modSSL CommonName
www.domain.com <must this been set?
expand-template /home/e-smith/ssl.crt/crt
expand-template /home/e-smith/ssl.key/key
signal-event domain-modify
signal-event email-update
signal-event post-upgrade
signal-event reboot
now is
config show modSSL:
modSSL=service
CipherSuite=ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM
TCPPort=443
access=public
status=enabled
without crt+key entry listed! was this the Bug??????
[/quote]
I don't see where you have done anything to delete the crt and key properties, so I don't think you've accurately stated what you did.
If you are going to do 'signal-event post-upgrade ; signal-event reboot' then there is no point in doing expand-template or signal-event xxx beforehand.
everything now ok..
Good. Please put [Solved] in the Subject of this thread.