我需要在vb api或iis 6.0 / 7.0的命令行工具上创建.csr文件。
感谢所有人。
答案 0 :(得分:1)
There are many pages with GUI wizards explaining how to do this。 IIS(至少通过v6)从未对程序化操作友好。
命令行选项似乎主要依赖于openssl。 Here is a page that code generates the command line invocation you need
section #3 of the openssl cert faq。
仔细权衡编写代码的好处,以便更快地处理烦人的GUI。