Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: office.mydomain.tld
I ran this command: wacs.exe --source iis --siteid s --certificatestore My --installation iis,script --script "Scripts\ImportRDSFull.ps1" --scriptparameters "{CertThumbprint}"
It produced this output:
My web server is (include version): IIS 10 (up to date).
The operating system my web server runs on is (include version): Windows Server 2022 version 21H2 (up to date).
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): win-acme.v2.2.4.1500.x64.pluggable.
Greetings!
I ask for help in issuing a certificate for the following scenario.
There is office.mydomain.tld on which are installed: IIS, FTPS, RDS: RDG, RDCB, RDWA, RD-S, RDSL.
IIS config:
Sites:
- Default Web Site, Bindigs:
http office.mydomain.tld 80 *
https office.mydomain.tld 443 * - FTP, Bindigs:
ftp 21 *
ftp 990*
How should I use wacs.exe to generate a certificate for office.mydomain.tld that will automatically bind (and automatically reissue and rebind) to IIS Default Web Site and FTP, and to all RDS services (primarily RDG , RDCB, RDWA)?
I can only issue a certificate for the Default Web Site and automatically bind it to RDS (via the ImportRDSFull.ps1 script), but the certificate does not automatically bind to the FTP site.
I would be grateful for advice!