I've been asked by a third party to setup an FTPS site for them to connect to.
I am doing this on IIS 10.
It is required that the third-party client uses a client certificate which is tied to the FTP user.
I have tested this and got everything to work perfectly using a self-signed client certificate.
However, it is also required that the client certificate is signed by a trusted CA.
I am familiar with generating server certificates using win-acme - but I'm not sure it's possible to generate a client certificate [not tied to a domain] using win-acme.
I have tried generating client certificates using win-acme, however, since the certificate is to be tied to a username rather than a domain name, I can see no way of verifying the certificate.
How do I go about obtaining a trusted client certificate which can be tied to an FTP user and used by the third party to connect to the FTP site?
Many thanks in advance for any help.