- 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.
- 密碼學原理與Java實現(xiàn)
- Monkey Game Development:Beginner's Guide
- Boost C++ Application Development Cookbook(Second Edition)
- Windows Forensics Cookbook
- Getting Started with React Native
- 運維前線:一線運維專家的運維方法、技巧與實踐
- 人工智能算法(卷1):基礎算法
- Web程序設計:ASP.NET(第2版)
- OpenCV Android Programming By Example
- Android 游戲開發(fā)大全(第二版)
- 從“1”開始3D編程
- Less Web Development Cookbook
- VMware vSphere 5.5 Cookbook
- C語言編程魔法書:基于C11標準
- 菜鳥成長之路