因此,我在 Linode VPS 上为 Ruby on Rails - Spree 应用程序创建了 RapidSSL。
我对 SSL 非常陌生,并且在它要求的文档中:将您的服务器的名称放在它说 server.xml 的位置。
我的问题: 如何在 Linode 上找出我的 VPS 的服务器名称?
RapidSSL 文档 https://knowledge.rapidssl.com/support/ssl-certificate-support/index?page=content&actp=CROSSLINK&id=SO17540
片段:
通过终端客户端 (ssh) 登录到您的服务器。在提示符处,键入:
openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr
其中 server 是您的服务器的名称。 //片段结束
任何其他要避免的警告将不胜感激。