anjinghaiyang

13使用证书证书http换成https

 

 如上图所示,.yml配置文件中增加配置项

server:
  port: 0000
  ssl:
    key-store: classpath:0000.pfx
    key-store-password: 0000
    keyStoreType: PKCS12

分类:

技术点:

相关文章:

  • 2021-12-02
  • 2021-08-13
  • 2021-07-14
  • 2021-04-20
  • 2021-06-09
  • 2022-02-10
猜你喜欢
  • 2021-05-13
  • 2022-12-23
  • 2021-11-28
  • 2021-12-21
  • 2021-11-28
  • 2021-12-12
  • 2022-12-23
相关资源
相似解决方案