- Building Serverless Web Applications
- Diego Zanon
- 143字
- 2021-07-15 17:31:30
AWS Certificate Manager
Certificate Manager is a service where you can request free SSL/TLS certificates to make your website support HTTPS. A certificate used to be an expensive purchase for small sites, ranging from US$ 100 to US$ 500 per year. To help make certificates (and HTTPS) accessible to everyone, Let's Encrypt (https://letsencrypt.org) was created as a nonprofit certificate authority company, which operates based on donations and sponsorship. You can get free certificates and they will be accepted by all major browsers.
Following Let's Encrypt, Amazon launched its own service named AWS Certificate Manager. It's restricted to AWS customers, but it's also free and easier to use. Once you issue a new certificate and associate it with a CloudFront distribution, Amazon will also be responsible by automatically renewing the certificate when necessary. We will cover this service in Chapter 4, Hosting the Website.
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- Cocos2D-X權威指南(第2版)
- Flask Blueprints
- C#完全自學教程
- C語言程序設計基礎與實驗指導
- Java應用開發技術實例教程
- 學習OpenCV 4:基于Python的算法實戰
- C語言程序設計實訓教程與水平考試指導
- After Effects CC案例設計與經典插件(視頻教學版)
- 編程的原則:改善代碼質量的101個方法
- HTML5+CSS3+jQuery Mobile+Bootstrap開發APP從入門到精通(視頻教學版)
- Python程序員面試算法寶典
- Instant JRebel
- Mastering MeteorJS Application Development
- Instant OpenCV for iOS