03-28-2023, 04:21 PM
(03-28-2023, 10:59 AM)Сергей Александрович Wrote: thank you for participating. Yes, that's right, that's what I'm doing... It seems that the problem is not how I specify the keys, but in the Windows settings....
Based on my limited experience with certificates, it seems that the root certificate (chain) being installed is incorrect.
Download win-acme (www.win-acme.com) and run the following command from your server (make sure port 80 and 443 are open in the windows firewall):
Code:
wacs.exe --target manual --emailaddress youremail@yourdomain.ru --host www.stk-b.ru,stk-b.ru --webroot D:\wwwroot --store pemfiles,centralssl --pemfilespath D:\certs --centralsslstore D:\certs --test
Make sure D:\wwwroot and D:\certs exists (you can use any directories you want, just replace them in the command). If you don't get any errors, remove the --test from the end of the command line and run it again. You will get into D:\certs all the cert files you need. Try using those in your application.