Skip to content

unix68/ACME-Server-ACDS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install instructions

This small manual will show, how to install ACME-ACDS as IIS-WebSite.

Get a Windows Server 2019.
It probably needs to be domain joined and should not have other purposes than issuing certificates via ACME.

Install IIS Server and required features:

#Install required IIS Features
IIS PS> Install-WindowsFeature Web-Server,Web-Http-Logging,Web-Request-Monitor,Web-Http-Tracing,Web-Filtering,Web-IP-Security,Web-Mgmt-Console;

Copy the contents from the release to the wwwroot directory..

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%