mirror of
https://github.com/win-acme/win-acme.git
synced 2026-04-27 03:55:56 +03:00
Page:
Migration to v1.9.9
Pages
A specified logon session does not exist
Advanced logging
Advanced usage
Apache 2.4 basic usage
Application Logging
Application Settings
Azure DNS validation
Basic usage
CSR Plugins
Command Line Arguments
Command line
Create a SAN certificate
Custom plugins
DNS validation plugins
Development
Enhancement voting
Example Scripts
HTTP Validation Plugins
HTTPS Binding With Specific IP
Home
How To Run
How to Compile From Source Code
IIS 7.5 and Lower
Install script
Installation plugins
Issues and workarounds
Load balancing
Microsoft Exchange
Microsoft Remote Desktop Server
Migration to v1.9.5
Migration to v1.9.9
Migration to v2.0.0
Missing Certificate Chain
Plugins
Renewal Management
Store plugins
Target plugins
Task Scheduler
Uninstall instructions
Upgrades
Validation issues
Validation plugins
web_config.xml
No results
5
Migration to v1.9.9
David Prince edited this page 2018-03-15 17:38:37 +08:00
This version introduced the ability to store information about renewals in a file instead of the registry. This has several advantages including easier replication, backups, etc.
By default this is only enable for new clean installs, but you can migrate manually if you want to.
Note: This assumes you already followed the v1.9.5 steps, or your initial install was on that version or higher. If not, replace HKEY_LOCAL_MACHINE with HKEY_CURRENT_USER and %programdata% with %appdata%.
- Start
regedit.exe - Go to
HKEY_LOCAL_MACHINE\SOFTWARE\letsencrypt-win-simple\ - For each key there take the following steps:
- Find the matching folder in your
ConfigurationPath, which defaults to%programdata%\letsencrypt-win-simple
E.g. the keyhttps://acme-v01.api.letsencrypt.org/matches with the folderhttpsacme-v01.api.letsencrypt.org - Create a new file named
Renewalsin the matching folder - Copy the contents of the registry subkey
Renewalsto that file
- Find the matching folder in your
- Delete or rename
HKEY_LOCAL_MACHINE\SOFTWARE\letsencrypt-win-simple\to make sure the program doesn't find it anymore.
Please refer to https://pkisharp.github.io/win-acme/ for up-to-date documentation.