Force
This commit is contained in:
parent
310d49c988
commit
bb74b5cb5d
|
@ -1414,7 +1414,7 @@ Save and exit
|
||||||
|
|
||||||
#+BEGIN_SRC: bash
|
#+BEGIN_SRC: bash
|
||||||
chmod +x /usr/bin/exim-gencert
|
chmod +x /usr/bin/exim-gencert
|
||||||
exim-gencert
|
exim-gencert --force
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
This will generate the certificate used for email authentication. You will be asked for various details, the most important of which is the server name, which should be your domain name.
|
This will generate the certificate used for email authentication. You will be asked for various details, the most important of which is the server name, which should be your domain name.
|
||||||
|
@ -6697,7 +6697,7 @@ chmod 600 /etc/ircd-hybrid/key/ircd.pem
|
||||||
Regenerate email certificate.
|
Regenerate email certificate.
|
||||||
|
|
||||||
#+BEGIN_SRC: bash
|
#+BEGIN_SRC: bash
|
||||||
exim-gencert
|
exim-gencert --force
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
As an added precaution you may wish to regenerate your ssh host keys:
|
As an added precaution you may wish to regenerate your ssh host keys:
|
||||||
|
|
Loading…
Reference in New Issue