(03-27-2023, 06:39 AM)Сергей Александрович Wrote: Many files have been created in the acmeconfig directory. Please specify which ones should be specified in the parameters of the Indy SA server.
(TIWSSLOptions) (TIWSSLCertificateOptions)
CertFileName
KeyFileName
RootCertFileName
I'm sorry for the stupid question, but what I'm doing does not lead to a result. (secure connection is not working)
I never used the Atozed Certmanager, but if it works just like the win-acme, then you should have the following files:
stk-b.ru-key.pem
stk-b.ru-crt.pem
stk-b.ru-chain.pem
And here is how you use them:
CertFileName := 'stk-b.ru-crt.pem'
KeyFileName := 'stk-b.ru-key.pem'
RootCertFileName := 'stk-b.ru-chain.pem'

