{"id":490,"date":"2025-03-27T16:25:44","date_gmt":"2025-03-27T08:25:44","guid":{"rendered":"https:\/\/blog.jason-lam.com\/?p=490"},"modified":"2025-03-27T16:27:02","modified_gmt":"2025-03-27T08:27:02","slug":"%e5%a6%82%e4%bd%95%e5%ae%89%e8%a3%9d-%e6%9b%b4%e6%96%b0ssl%e8%ad%89%e6%9b%b8","status":"publish","type":"post","link":"https:\/\/blog.jason-lam.com\/?p=490","title":{"rendered":"\u5982\u4f55\u5b89\u88dd\/\u66f4\u65b0SSL\u8b49\u66f8"},"content":{"rendered":"\n<p>\u4ee5\u4e0b\u6b65\u9a5f\u4fc2\u57fa\u65bc\u5728\u963f\u91cc\u96f2VPS\u4e0a\u90e8\u7f72\u66f4\u65b0\u7684SSL\u6191\u8b49\u5230Nginx\u4f3a\u670d\u5668\u7684\u65b9\u6cd5\uff1a<\/p>\n\n\n\n<p>\u9996\u5148\uff0c\u4f60\u8981\u5728\u963f\u91cc\u96f2\u4e0a\u5148\u8cfc\u8cb7\u8b49\u66f8\uff0c\u8cfc\u8cb7\u65b9\u6cd5\u53ef\u5728\u963f\u91cc\u96f2\u7684\u5e6b\u5fd9\u6587\u4ef6\u4e2d\u627e\u5230\uff08\u570b\u5167\u963f\u91cc\u96f2\u63d0\u4f9b\u6709\u6548\u671f\u70ba\u4e09\u500b\u6708\u7684\u500b\u4eba\u6e2c\u8a66\u7248\uff0c\u4f46\u570b\u969b\u7248\u963f\u91cc\u96f2\u627e\u4e0d\u5230\u514d\u8cbb\u7684\uff09\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. \u4e0a\u50b3\u6191\u8b49\u6a94\u6848\u5230\u4f3a\u670d\u5668<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u4e0b\u8f09\u7684\u6191\u8b49\u6a94\u6848<\/strong>\uff1a\u901a\u5e38\u5305\u542b\u5169\u500b\u6a94\u6848\uff08\u4f8b\u5982 <code>your_domain.pem<\/code> \u548c <code>your_domain.key<\/code>\uff09\u3002<\/li>\n\n\n\n<li><code>.pem<\/code> \u6a94\u6848\uff1a\u6191\u8b49\u6a94\u6848\uff08\u53ef\u80fd\u5305\u542b\u6191\u8b49\u93c8\uff09\u3002<\/li>\n\n\n\n<li><code>.key<\/code> \u6a94\u6848\uff1a\u79c1\u9470\u6a94\u6848\u3002<\/li>\n\n\n\n<li><strong>\u4e0a\u50b3\u65b9\u6cd5<\/strong>\uff1a<\/li>\n\n\n\n<li>\u4f7f\u7528 <code>scp<\/code> \u6216 SFTP \u5de5\u5177\uff08\u5982 WinSCP\u3001FileZilla\uff09\u5c07\u6a94\u6848\u4e0a\u50b3\u5230\u4f3a\u670d\u5668\uff0c\u5efa\u8b70\u5b58\u653e\u5728 <code>\/etc\/nginx\/ssl\/<\/code> \u76ee\u9304\u4e0b\uff08\u82e5\u76ee\u9304\u4e0d\u5b58\u5728\u8acb\u5148\u5efa\u7acb\uff09\uff1a<br><code>bash sudo mkdir -p \/etc\/nginx\/ssl\/ sudo chmod 700 \/etc\/nginx\/ssl\/<\/code><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. \u78ba\u8a8d\u6191\u8b49\u6a94\u6848\u6b0a\u9650<\/strong><\/h3>\n\n\n\n<p>\u78ba\u4fdd\u79c1\u9470\u6a94\u6848\u6b0a\u9650\u5b89\u5168\uff0c\u907f\u514d\u88ab\u672a\u6388\u6b0a\u5b58\u53d6\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo chmod 600 \/etc\/nginx\/ssl\/your_domain.key    # \u79c1\u9470\u50c5\u5141\u8a31root\u8b80\u5beb\nsudo chmod 644 \/etc\/nginx\/ssl\/your_domain.pem    # \u6191\u8b49\u6a94\u6848\u5141\u8a31\u8b80\u53d6<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3. \u4fee\u6539Nginx\u8a2d\u5b9a\u6a94\u6848<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u958b\u555f\u4f60\u7684Nginx\u7db2\u7ad9\u8a2d\u5b9a\u6a94\u6848\uff08\u901a\u5e38\u4f4d\u65bc <code>\/etc\/nginx\/your_site\/your_site.conf<\/code> \u6216 <code>\/etc\/nginx\/conf.d\/your_site.conf<\/code>\uff09\u3002<\/li>\n\n\n\n<li>\u627e\u5230SSL\u76f8\u95dc\u7684\u8a2d\u5b9a\u90e8\u5206\uff0c\u66ff\u63db\u820a\u6191\u8b49\u8def\u5f91\u70ba\u65b0\u6191\u8b49\u8def\u5f91\uff1a<\/li>\n\n\n\n<li>\u5982\u679c\u4e0d\u6e05\u695a\u8a2d\u5b9a\u6a94\u4f4d\u7f6e\uff0c\u53ef\u4ee5\u8f38\u5165<br><br>sudo nginx -t   # \u67e5\u770b\u8a2d\u5b9a\u6a94\u57f7\u884c\u60c5\u6cc1\u53ca\u6240\u5728\u8def\u5f91<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  server {\n      listen 443 ssl;\n      server_name your_domain.com;\n\n      # \u66f4\u65b0\u4ee5\u4e0b\u5169\u884c\u8def\u5f91\n      ssl_certificate \/etc\/nginx\/ssl\/your_domain.pem;\n      ssl_certificate_key \/etc\/nginx\/ssl\/your_domain.key;\n\n      # \u5176\u4ed6\u8a2d\u5b9a\uff08\u5982SSL\u53c3\u6578\u3001root\u76ee\u9304\u7b49\uff09\u4fdd\u6301\u4e0d\u8b8a\n      ...\n  }\n\n\u5982\u679c\u63a1\u7528virtual hosting\uff0c\u4e0a\u8ff0SSL\u8a2d\u5b9a\u6a94\u4e2d\u7684 server {...} \u90e8\u5206\u6709\u53ef\u80fd\u5b58\u653e\u5728\u53e6\u4e00\u500b\u76ee\u9304\u7684\u6a94\u6848\u4e2d\uff0c\u53ef\u5728\u4e3b\u8a2d\u5b9a\u6a94\u6587\u4e2d\u641c\u7d22\u5305\u542b include....your_domain_name.conf \u7684\u5167\u5bb9\uff0c\u518d\u5230\u76f8\u95dc\u76ee\u9304\u9032\u884c\u4fee\u6539\u3002<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4. \u6aa2\u67e5\u6191\u8b49\u93c8\u5b8c\u6574\u6027\uff08\u91cd\u8981\uff01\uff09<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u5982\u679c\u6191\u8b49\u6a94\u6848\u672a\u5305\u542b\u4e2d\u7e7c\u6191\u8b49\uff08Intermediate CA\uff09\uff0c\u9700\u624b\u52d5\u5408\u4f75\uff1a<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  # \u5c07\u7db2\u57df\u6191\u8b49\u8207\u4e2d\u7e7c\u6191\u8b49\u5408\u4f75\uff08\u9806\u5e8f\uff1a\u7db2\u57df\u6191\u8b49 \u2192 \u4e2d\u7e7c\u6191\u8b49\uff09\n  cat your_domain.pem intermediate.pem &gt; combined.pem<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u7136\u5f8c\u5728Nginx\u8a2d\u5b9a\u4e2d\u4f7f\u7528\u5408\u4f75\u5f8c\u7684\u6a94\u6848\uff1a<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  ssl_certificate \/etc\/nginx\/ssl\/combined.pem;<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>5. \u6e2c\u8a66Nginx\u8a2d\u5b9a<\/strong><\/h3>\n\n\n\n<p>\u57f7\u884c\u4ee5\u4e0b\u6307\u4ee4\u6aa2\u67e5\u8a2d\u5b9a\u8a9e\u6cd5\u662f\u5426\u6b63\u78ba\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo nginx -t<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u6210\u529f\u8f38\u51fa<\/strong>\uff1a<br><code>nginx: configuration file \/etc\/nginx\/nginx.conf test is successful<\/code><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>6. \u91cd\u65b0\u8f09\u5165Nginx\u670d\u52d9<\/strong><\/h3>\n\n\n\n<p>\u5957\u7528\u65b0\u8a2d\u5b9a\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl reload nginx    # \u6216\u4f7f\u7528 sudo service nginx reload<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>7. \u9a57\u8b49SSL\u6191\u8b49\u751f\u6548<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u65b9\u6cd51<\/strong>\uff1a\u700f\u89bd\u5668\u5b58\u53d6 <code>https:\/\/your_domain.com<\/code>\uff0c\u6aa2\u67e5\u7db2\u5740\u5217\u9396\u982d\u6a19\u8a8c\u662f\u5426\u6b63\u5e38\u3002<\/li>\n\n\n\n<li><strong>\u65b9\u6cd52<\/strong>\uff1a\u4f7f\u7528\u7dda\u4e0a\u5de5\u5177\u6aa2\u6e2c\uff1a<\/li>\n\n\n\n<li><a href=\"https:\/\/www.ssllabs.com\/ssltest\/\">SSL Labs SSL Test<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.whynopadlock.com\/\">Why No Padlock?<\/a><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>8. \u5f37\u5236HTTP\u8df3\u8f49HTTPS\uff08\u53ef\u9078\uff09<\/strong><\/h3>\n\n\n\n<p>\u78ba\u4fddHTTP\u8acb\u6c42\u81ea\u52d5\u8df3\u8f49\u5230HTTPS\uff08\u5982\u679c\u5c1a\u672a\u8a2d\u5b9a\uff09\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>server {\n    listen 80;\n    server_name your_domain.com;\n    return 301 https:\/\/$host$request_uri;\n}<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\u5e38\u898b\u554f\u984c\u6392\u67e5<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>\u6191\u8b49\u8def\u5f91\u932f\u8aa4<\/strong>\uff1a<\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u6aa2\u67e5Nginx\u932f\u8aa4\u65e5\u8a8c\uff1a<code>tail -f \/var\/log\/nginx\/error.log<\/code><\/li>\n\n\n\n<li>\u78ba\u8a8d\u6a94\u6848\u8def\u5f91\u548c\u6a94\u540d\u5b8c\u5168\u5339\u914d\u3002<\/li>\n<\/ul>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>\u6b0a\u9650\u554f\u984c<\/strong>\uff1a<\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u78ba\u4fddNginx\u4f7f\u7528\u8005\uff08\u901a\u5e38\u70ba <code>www-data<\/code> \u6216 <code>nginx<\/code>\uff09\u6709\u6b0a\u9650\u8b80\u53d6\u6191\u8b49\u6a94\u6848\u3002<\/li>\n<\/ul>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>\u4e2d\u7e7c\u6191\u8b49\u7f3a\u5931<\/strong>\uff1a<\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u4f7f\u7528SSL\u6aa2\u6e2c\u5de5\u5177\u67e5\u770b\u662f\u5426\u63d0\u793a\u6191\u8b49\u93c8\u4e0d\u5b8c\u6574\u3002<\/li>\n<\/ul>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>\u9632\u706b\u7246\/\u5b89\u5168\u7fa4\u7d44<\/strong>\uff1a<\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u78ba\u8a8d\u963f\u91cc\u96f2\u5b89\u5168\u7fa4\u7d44\u958b\u653e\u4e86 <code>443<\/code> \u9023\u63a5\u57e0\u3002<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\u81ea\u52d5\u5316\u7e8c\u671f\u5efa\u8b70<\/strong><\/h3>\n\n\n\n<p>\u672a\u4f86\u53ef\u8003\u616e\u4f7f\u7528 <strong>Certbot<\/strong> \u6216 <strong>acme.sh<\/strong> \u81ea\u52d5\u7e8c\u671f\u6191\u8b49\uff0c\u907f\u514d\u624b\u52d5\u66f4\u65b0\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># \u4f7f\u7528Certbot\u7bc4\u4f8b\nsudo certbot --nginx -d your_domain.com<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>\u6309\u7167\u4ee5\u4e0a\u6b65\u9a5f\u64cd\u4f5c\u5f8c\uff0cSSL\u6191\u8b49\u61c9\u80fd\u6b63\u5e38\u751f\u6548\u3002\u5982\u679c\u4ecd\u6709\u554f\u984c\uff0c\u8acb\u6aa2\u67e5\u65e5\u8a8c\u6216\u63d0\u4f9b\u932f\u8aa4\u8a0a\u606f\u9032\u4e00\u6b65\u6392\u67e5\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4ee5\u4e0b\u6b65\u9a5f\u4fc2\u57fa\u65bc\u5728\u963f\u91cc\u96f2VPS\u4e0a\u90e8\u7f72\u66f4\u65b0\u7684SSL\u6191\u8b49\u5230Nginx\u4f3a\u670d\u5668\u7684\u65b9\u6cd5\uff1a \u9996\u5148\uff0c\u4f60\u8981\u5728\u963f\u91cc\u96f2\u4e0a\u5148\u8cfc\u8cb7\u8b49\u66f8\uff0c\u8cfc\u8cb7\u65b9\u6cd5\u53ef\u5728\u963f\u91cc\u96f2\u7684\u5e6b\u5fd9\u6587\u4ef6\u4e2d\u627e\u5230\uff08\u570b\u5167\u963f\u91cc\u96f2\u63d0\u4f9b\u6709\u6548\u671f\u70ba\u4e09\u500b\u6708\u7684\u500b\u4eba\u6e2c\u8a66\u7248\uff0c\u4f46\u570b\u969b\u7248\u963f\u91cc\u96f2\u627e\u4e0d\u5230\u514d\u8cbb\u7684\uff09\u3002 1. \u4e0a\u50b3\u6191\u8b49\u6a94\u6848\u5230\u4f3a\u670d\u5668 2. \u78ba\u8a8d\u6191\u8b49\u6a94\u6848\u6b0a\u9650 \u78ba\u4fdd\u79c1\u9470\u6a94\u6848\u6b0a\u9650\u5b89\u5168\uff0c\u907f\u514d\u88ab\u672a\u6388\u6b0a\u5b58\u53d6\uff1a 3. \u4fee\u6539Nginx\u8a2d\u5b9a\u6a94\u6848 4. \u6aa2\u67e5\u6191\u8b49\u93c8\u5b8c\u6574\u6027\uff08\u91cd\u8981\uff01\uff09 5. \u6e2c\u8a66Nginx\u8a2d\u5b9a \u57f7\u884c\u4ee5\u4e0b\u6307\u4ee4\u6aa2\u67e5\u8a2d\u5b9a\u8a9e\u6cd5\u662f\u5426\u6b63\u78ba\uff1a 6. \u91cd\u65b0\u8f09\u5165Nginx\u670d\u52d9 \u5957\u7528\u65b0\u8a2d\u5b9a\uff1a 7. \u9a57\u8b49SSL\u6191\u8b49\u751f\u6548 8. \u5f37\u5236HTTP\u8df3\u8f49HTTPS\uff08\u53ef\u9078\uff09 \u78ba\u4fddHTTP\u8acb\u6c42\u81ea\u52d5\u8df3\u8f49\u5230HTTPS\uff08\u5982\u679c\u5c1a\u672a\u8a2d\u5b9a\uff09\uff1a \u5e38\u898b\u554f\u984c\u6392\u67e5 \u81ea\u52d5\u5316\u7e8c\u671f\u5efa\u8b70 \u672a\u4f86\u53ef\u8003\u616e\u4f7f\u7528 Certbot \u6216 acme.sh \u81ea\u52d5\u7e8c\u671f\u6191\u8b49\uff0c\u907f\u514d\u624b\u52d5\u66f4\u65b0\uff1a \u6309\u7167\u4ee5\u4e0a\u6b65\u9a5f\u64cd\u4f5c\u5f8c\uff0cSSL\u6191\u8b49\u61c9\u80fd\u6b63\u5e38\u751f\u6548\u3002\u5982\u679c\u4ecd\u6709\u554f\u984c\uff0c\u8acb\u6aa2\u67e5\u65e5\u8a8c\u6216\u63d0\u4f9b\u932f\u8aa4\u8a0a\u606f\u9032\u4e00\u6b65\u6392\u67e5\u3002<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","ocean_post_oembed":"","ocean_post_self_hosted_media":"","ocean_post_video_embed":"","ocean_link_format":"","ocean_link_format_target":"self","ocean_quote_format":"","ocean_quote_format_link":"post","ocean_gallery_link_images":"on","ocean_gallery_id":[],"footnotes":""},"categories":[7],"tags":[],"class_list":["post-490","post","type-post","status-publish","format-standard","hentry","category-7","entry"],"_links":{"self":[{"href":"https:\/\/blog.jason-lam.com\/index.php?rest_route=\/wp\/v2\/posts\/490","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.jason-lam.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.jason-lam.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.jason-lam.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.jason-lam.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=490"}],"version-history":[{"count":8,"href":"https:\/\/blog.jason-lam.com\/index.php?rest_route=\/wp\/v2\/posts\/490\/revisions"}],"predecessor-version":[{"id":498,"href":"https:\/\/blog.jason-lam.com\/index.php?rest_route=\/wp\/v2\/posts\/490\/revisions\/498"}],"wp:attachment":[{"href":"https:\/\/blog.jason-lam.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=490"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.jason-lam.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=490"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.jason-lam.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=490"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}