首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >与GoDaddy Certs的Boxfuse SSL Config

与GoDaddy Certs的Boxfuse SSL Config
EN

Stack Overflow用户
提问于 2017-01-18 09:49:41
回答 1查看 472关注 0票数 1

我在AWS上部署了一个Spring。我正在努力使SSL与"mydomain.com“.I一起工作,.I从Godaddy那里获得了证书。它可以很好地与自我签署的证书。但是当我尝试使用GoDaddy证书时,它说有效载荷在300秒内就没有出现。我是否需要在AWS或Godaddy上配置任何东西,现在我在我的.Right文件中有了以下配置。

代码语言:javascript
复制
server.port=443
server.ssl.enabled=true
server.ssl.key-store=classpath:example.jks
server.ssl.key-store-password=myS3cr3tPwd
server.ssl.trust-store=/cacerts/example.jks
server.ssl.trust-store-password=my0th3rPwd 

日志上写着:

代码语言:javascript
复制
2017-01-19 09:22:38.315  INFO 895 --- [           main] s.b.c.e.t.TomcatEmbedded
ServletContainer : Tomcat started on port(s): 443 (https)
2017-01-19 09:22:38.338  INFO 895 --- [           main] com.unoiatech.o3.Applica
tion             : Started Application in 50.814 seconds (JVM running for 51.171
)
The system is going down NOW!
Sent SIGTERM to all processes
2017-01-19 09:26:34.501  INFO 895 --- [       Thread-4] ationConfigEmbeddedWebAp
plicationContext : Closing org.springframework.boot.context.embedded.AnnotationC
onfigEmbeddedWebApplicationContext@73f0f3d4: startup date [Thu Jan 19 09:21:48 G
MT 2017]; root of context hierarchy
2017-01-19 09:26:34.530  INFO 895 --- [       Thread-4] o.s.j.e.a.AnnotationMBea
nExporter        : Unregistering JMX-exposed beans on shutdown
2017-01-19 09:26:34.553  INFO 895 --- [       Thread-4] j.LocalContainerEntityMa
nagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'defaul
t'
Sent SIGKILL to all processes
Requesting system poweroff
[  290.976653] reboot: Power down

我不知道到哪里去找这个问题。任何帮助都将不胜感激。

编辑:

这是一个t2.微观实例。

命令运行应用程序:boxfuse run myapp:1.x -env=test

在将端口添加到命令后,编辑:

此外,它还与端口8443一起工作。

EN

回答 1

Stack Overflow用户

发布于 2017-11-11 19:10:36

  • 使用PKCS12格式
  • 我遇到了同样的问题,用下面的命令解决了 openssl pkcs12 -export -in f8f628911xyzc.crt -inkey mydomain.com.key -certfile gd_bundle-g2-g1.crt -out mydomain.p12
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/41716096

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档