Bob Mottram 11 years ago
parent
commit
bb74b5cb5d
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      beaglebone.txt

+ 2
- 2
beaglebone.txt View File

1414
 
1414
 
1415
 #+BEGIN_SRC: bash
1415
 #+BEGIN_SRC: bash
1416
 chmod +x /usr/bin/exim-gencert
1416
 chmod +x /usr/bin/exim-gencert
1417
-exim-gencert
1417
+exim-gencert --force
1418
 #+END_SRC
1418
 #+END_SRC
1419
 
1419
 
1420
 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.
1420
 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
 Regenerate email certificate.
6697
 Regenerate email certificate.
6698
 
6698
 
6699
 #+BEGIN_SRC: bash
6699
 #+BEGIN_SRC: bash
6700
-exim-gencert
6700
+exim-gencert --force
6701
 #+END_SRC
6701
 #+END_SRC
6702
 
6702
 
6703
 As an added precaution you may wish to regenerate your ssh host keys:
6703
 As an added precaution you may wish to regenerate your ssh host keys: