- Open the following link in your browser Win-Acme
- Click on the Download link in the menubar and download the latest version
- Extract the ZIP file to a folder on your server, (e.g.
C:\win-acme
) - Open Command Prompt or PowerShell as an Administrator
- Navigate to the directory where you extracted win-acme (e.g.
C:\win-acme
) - Run the following command to start the win-acme client
wacs.exe
- It will present you with options to create a New SSL Certificate or Renew existing SSL Certificate
- Ideally, Select More Options and Add a Scheduled Task that can automatically renew the SSL Certificate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" General Indentation Options | |
set autoindent " New lines inherit the indentation of previous lines | |
set expandtab " Convert tabs to spaces | |
set shiftwidth=4 " When shifting, indent using four spaces | |
set tabstop=4 " Indent using four spaces | |
set softtabstop=4 " The amount of space added or removed by Tab or Backspace key | |
set smartindent " Auto-indent intelligently | |
set smarttab " Insert 'tabstop' number of spaces when the Tab keys is pressed | |
" Visual Formatting |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Service Description | |
After=network.target | |
[Service] | |
User=user-to-run-service-as | |
Group=group-to-run-service-as | |
WorkingDirectory=absolute-path-for-application | |
ExecStart=absolute-path-for-binary-runtime-file | |
Restart=on-failure |
- On Windows:
- Go to Control Panel > Programs > Turn Windows Features On or Off
- Enable "Telnet Client"
- On macOS / Linux: Telnet is usually pre-installed. It can be used by using the
telnet
command
- Open your command line / terminal
- Connect to the SMTP server using:
telnet
OlderNewer