Eric Robinson wrote:
> We wish to create a set of Perl programs to talk to a web site on an
> IIS
> server.  The server has it's own self-signed CA, and requires a client
> cert to be installed.  Typically, the web site calls Xenroll through
> Javascript/VBScript in an IE browser to create the certificate.
>
> Any ideas on how to program Perl / OpenSSL to act like Xenroll?

Have you looked into cURL: http://curl.haxx.se/

<snip>
 Curl is a command line tool for transferring files with URL syntax,
supporting FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. Curl
supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading, kerberos,
HTTP form based upload, proxies, cookies, user+password authentication, file
transfer resume, http proxy tunneling and a busload of other useful tricks.
</snip>

_______________________________________________
RLUG mailing list
[EMAIL PROTECTED]
http://www.rlug.org/mailman/listinfo/rlug

Reply via email to