问题描述
我需要安装Apache 2服务器使用SSL。
I need to setup Apache 2 server with SSL.
我有我的* .key文件,但我的证书颁发者为我提供了一个* .cer文件。
I have my *.key file, but my certificate issuer has provided me with a *.cer file.
在四周网上,所有的文档,它们是* .CRT证书。
In all documentations around the net, they are for *.crt certificates.
请让我知道,是* .CER相同* .crt的。
Please let me know, are *.cer same as *.crt.
如果现在,我怎么能转换为CER CRT格式?
If now, How can I convert CER to CRT format?
推荐答案
我相信CRT是一样的CER,但延长表明它是一个根权限的公证书。他们应该是可以互换的。
I believe that a CRT is the same as a CER, but the extension indicates that it's the public certificate of a root authority. They should be interchangeable.
如果有你有试图使用它,也许你可以张贴有关的问题是什么具体问题?
If there are specific problems you have while trying to use it, perhaps you could post about what the problems are?
这篇关于SSL的Apache - 如何CER转换为CRT证书吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!