{"id":1034,"date":"2024-09-29T19:59:01","date_gmt":"2024-09-29T11:59:01","guid":{"rendered":"https:\/\/www.xbbdkj.com\/2024\/09\/29\/lets-encrypt-ssl-%e8%af%81%e4%b9%a6%e5%ae%89%e8%a3%85%e6%95%99%e7%a8%8b\/"},"modified":"2024-09-29T19:59:01","modified_gmt":"2024-09-29T11:59:01","slug":"lets-encrypt-ssl-%e8%af%81%e4%b9%a6%e5%ae%89%e8%a3%85%e6%95%99%e7%a8%8b","status":"publish","type":"post","link":"https:\/\/xbbdkj.com\/1034.html","title":{"rendered":"Let\\&#8217;s Encrypt SSL \u8bc1\u4e66\u5b89\u88c5\u6559\u7a0b"},"content":{"rendered":"<p>\u8981\u5728\u60a8\u7684\u670d\u52a1\u5668\u4e0a\u5b89\u88c5Let\\&#8217;s Encrypt SSL\u8bc1\u4e66\uff0c\u8bf7\u6309\u7167\u4ee5\u4e0b\u6b65\u9aa4\u64cd\u4f5c\uff1a<\/p>\n<ol>\n<li><strong>\u5b89\u88c5Certbot<\/strong>\uff1a\n<ul>\n<li>\u5bf9\u4e8eUbuntu\/Debian\u7cfb\u7edf\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u5b89\u88c5Certbot\uff1a\n<pre><code class=\\\"language-bash\\\">sudo apt update\nsudo apt install certbot\n<\/code><\/pre>\n<\/li>\n<li>\u5bf9\u4e8eCentOS\/RHEL\u7cfb\u7edf\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u5b89\u88c5Certbot\uff1a\n<pre><code class=\\\"language-bash\\\">sudo yum install certbot\n<\/code><\/pre>\n<\/li>\n<\/ul>\n<\/li>\n<li><strong>\u9a8c\u8bc1\u57df\u540d\u63a7\u5236\u6743<\/strong>\uff1a\n<ul>\n<li>Let\u2019s Encrypt\u8981\u6c42\u60a8\u8bc1\u660e\u5bf9\u57df\u540d\u7684\u63a7\u5236\u6743\u3002\u8fd9\u53ef\u4ee5\u901a\u8fc7DNS\u9a8c\u8bc1\u6216HTTP\u9a8c\u8bc1\u6765\u5b8c\u6210\u3002<\/li>\n<\/ul>\n<\/li>\n<li><strong>\u7533\u8bf7\u8bc1\u4e66<\/strong>\uff1a\n<ul>\n<li>\u4f7f\u7528Certbot\u7533\u8bf7\u8bc1\u4e66\u3002\u5982\u679c\u60a8\u4f7f\u7528\u7684\u662fApache\u6216Nginx\u670d\u52a1\u5668\uff0cCertbot\u53ef\u4ee5\u81ea\u52a8\u914d\u7f6e\u670d\u52a1\u5668\u4ee5\u4f7f\u7528\u65b0\u7684\u8bc1\u4e66\u3002\u5bf9\u4e8eApache\uff0c\u4f7f\u7528\uff1a\n<pre><code class=\\\"language-bash\\\">sudo certbot --apache\n<\/code><\/pre>\n<p>\u5bf9\u4e8eNginx\uff0c\u4f7f\u7528\uff1a<\/p>\n<pre><code class=\\\"language-bash\\\">sudo certbot --nginx\n<\/code><\/pre>\n<\/li>\n<li>\u5982\u679c\u60a8\u9700\u8981\u624b\u52a8\u9a8c\u8bc1\uff0c\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\uff1a\n<pre><code class=\\\"language-bash\\\">sudo certbot certonly --webroot -w \/var\/www\/html -d example.com -d www.example.com\n<\/code><\/pre>\n<p>\u8fd9\u5c06\u901a\u8fc7Webroot\u8def\u5f84<code>\/var\/www\/html<\/code>\u4e3a\u60a8\u7684\u57df\u540d<code>example.com<\/code>\u548c<code>www.example.com<\/code>\u7533\u8bf7\u8bc1\u4e66\u3002<\/li>\n<\/ul>\n<\/li>\n<li><strong>\u5b89\u88c5\u8bc1\u4e66<\/strong>\uff1a\n<ul>\n<li>\u4e00\u65e6\u8bc1\u4e66\u7533\u8bf7\u6210\u529f\uff0cCertbot\u5c06\u81ea\u52a8\u5c06\u8bc1\u4e66\u5b89\u88c5\u5230\u60a8\u7684Web\u670d\u52a1\u5668\u8f6f\u4ef6\u4e0a\u3002<\/li>\n<\/ul>\n<\/li>\n<li><strong>\u914d\u7f6eWeb\u670d\u52a1\u5668<\/strong>\uff1a\n<ul>\n<li>\u60a8\u9700\u8981\u914d\u7f6eWeb\u670d\u52a1\u5668\u8f6f\u4ef6\u4ee5\u4f7f\u7528\u65b0\u7533\u8bf7\u7684\u8bc1\u4e66\u3002\u8fd9\u901a\u5e38\u6d89\u53ca\u5230\u4fee\u6539\u670d\u52a1\u5668\u7684\u914d\u7f6e\u6587\u4ef6\uff0c\u6307\u5b9aSSL\u8bc1\u4e66\u548c\u79c1\u94a5\u6587\u4ef6\u7684\u8def\u5f84\u3002<\/li>\n<\/ul>\n<\/li>\n<li><strong>\u7eed\u671f\u8bc1\u4e66<\/strong>\uff1a\n<ul>\n<li>Let\u2019s Encrypt\u9881\u53d1\u7684\u8bc1\u4e66\u6709\u6548\u671f\u4e3a90\u5929\u3002\u60a8\u53ef\u4ee5\u8bbe\u7f6e\u4e00\u4e2acron job\u6765\u81ea\u52a8\u7eed\u671f\u8bc1\u4e66\uff1a\n<pre><code class=\\\"language-bash\\\">sudo certbot renew --dry-run\n<\/code><\/pre>\n<p>\u5982\u679c\u6ca1\u6709\u95ee\u9898\uff0c\u60a8\u53ef\u4ee5\u5c06\u5176\u6dfb\u52a0\u5230crontab\u4e2d\u4ee5\u81ea\u52a8\u6267\u884c\u3002<\/li>\n<\/ul>\n<\/li>\n<li><strong>\u9a8c\u8bc1SSL\u914d\u7f6e<\/strong>\uff1a\n<ul>\n<li>\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u6765\u9a8c\u8bc1SSL\u914d\u7f6e\u662f\u5426\u6b63\u786e\uff1a\n<pre><code class=\\\"language-bash\\\">sudo openssl s_client -connect example.com:443\n<\/code><\/pre>\n<p>\u5982\u679c\u663e\u793a\u7684\u4fe1\u606f\u6b63\u786e\uff0c\u5219\u8bf4\u660eSSL\u914d\u7f6e\u6210\u529f\u3002<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p>\u8bf7\u6ce8\u610f\uff0c\u5982\u679c\u60a8\u7684\u670d\u52a1\u5668\u6258\u7ba1\u670d\u52a1\u63d0\u4f9b\u5546\u652f\u6301Let\u2019s Encrypt\uff0c\u4ed6\u4eec\u53ef\u80fd\u63d0\u4f9b\u4e86\u4e00\u4e2a\u66f4\u7b80\u5355\u7684\u65b9\u6cd5\u6765\u542f\u7528HTTPS\u3002\u6b64\u5916\uff0c\u5982\u679c\u60a8\u9700\u8981\u4e3a\u591a\u4e2a\u57df\u540d\u6216\u901a\u914d\u7b26\u57df\u540d\u7533\u8bf7\u8bc1\u4e66\uff0cCertbot\u4e5f\u63d0\u4f9b\u4e86\u76f8\u5e94\u7684\u652f\u6301\u3002<\/p>\n<p>\u5982\u679c\u60a8\u5728\u7533\u8bf7\u8fc7\u7a0b\u4e2d\u9047\u5230\u4efb\u4f55\u95ee\u9898\uff0c\u53ef\u4ee5\u8bbf\u95eeLet\\&#8217;s Encrypt\u7684\u5b98\u65b9\u6587\u6863\u6216\u793e\u533a\u8bba\u575b\u83b7\u53d6\u5e2e\u52a9\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u8981\u5728\u60a8\u7684\u670d\u52a1\u5668\u4e0a\u5b89\u88c5Let\\&#038;#8217 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[13],"tags":[47],"class_list":["post-1034","post","type-post","status-publish","format-standard","hentry","category-13","tag-ssl"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.2 (Yoast SEO v24.2) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Let\\&#039;s Encrypt SSL \u8bc1\u4e66\u5b89\u88c5\u6559\u7a0b - \u5c0f\u767d\u5fc5\u8bfb\u79d1\u6280<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/xbbdkj.com\/1034.html\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Let\\&#039;s Encrypt SSL \u8bc1\u4e66\u5b89\u88c5\u6559\u7a0b\" \/>\n<meta property=\"og:description\" content=\"\u8981\u5728\u60a8\u7684\u670d\u52a1\u5668\u4e0a\u5b89\u88c5Let&amp;#8217 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xbbdkj.com\/1034.html\" \/>\n<meta property=\"og:site_name\" content=\"\u5c0f\u767d\u5fc5\u8bfb\u79d1\u6280\" \/>\n<meta property=\"article:published_time\" content=\"2024-09-29T11:59:01+00:00\" \/>\n<meta name=\"author\" content=\"\u5c0f\u767d\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u5c0f\u767d\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/xbbdkj.com\/1034.html#article\",\"isPartOf\":{\"@id\":\"https:\/\/xbbdkj.com\/1034.html\"},\"author\":{\"name\":\"\u5c0f\u767d\",\"@id\":\"https:\/\/xbbdkj.com\/#\/schema\/person\/cb1400bab5bfb6225ed7c223ab3ba481\"},\"headline\":\"Let\\\\&#8217;s Encrypt SSL \u8bc1\u4e66\u5b89\u88c5\u6559\u7a0b\",\"datePublished\":\"2024-09-29T11:59:01+00:00\",\"dateModified\":\"2024-09-29T11:59:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/xbbdkj.com\/1034.html\"},\"wordCount\":49,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/xbbdkj.com\/#organization\"},\"keywords\":[\"SSL\u8bc1\u4e66\"],\"articleSection\":[\"\u6536\u85cf\"],\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/xbbdkj.com\/1034.html#respond\"]}],\"copyrightYear\":\"2024\",\"copyrightHolder\":{\"@id\":\"https:\/\/xbbdkj.com\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/xbbdkj.com\/1034.html\",\"url\":\"https:\/\/xbbdkj.com\/1034.html\",\"name\":\"Let\\\\'s Encrypt SSL \u8bc1\u4e66\u5b89\u88c5\u6559\u7a0b - \u5c0f\u767d\u5fc5\u8bfb\u79d1\u6280\",\"isPartOf\":{\"@id\":\"https:\/\/xbbdkj.com\/#website\"},\"datePublished\":\"2024-09-29T11:59:01+00:00\",\"dateModified\":\"2024-09-29T11:59:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/xbbdkj.com\/1034.html#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/xbbdkj.com\/1034.html\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/xbbdkj.com\/1034.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/xbbdkj.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Let\\\\&#8217;s Encrypt SSL \u8bc1\u4e66\u5b89\u88c5\u6559\u7a0b\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/xbbdkj.com\/#website\",\"url\":\"https:\/\/xbbdkj.com\/\",\"name\":\"\u5c0f\u767d\u4e0d\u61c2\u79d1\u6280\",\"description\":\" \u96f6\u57fa\u7840\u7528AI\u5de5\u5177\u8d5a\u94b1\u7684\u5fc5\u8bfb\u6307\u5357\",\"publisher\":{\"@id\":\"https:\/\/xbbdkj.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/xbbdkj.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":[\"Organization\",\"Place\"],\"@id\":\"https:\/\/xbbdkj.com\/#organization\",\"name\":\"\u5c0f\u767d\u4e0d\u61c2\u79d1\u6280\",\"url\":\"https:\/\/xbbdkj.com\/\",\"logo\":{\"@id\":\"https:\/\/xbbdkj.com\/1034.html#local-main-organization-logo\"},\"image\":{\"@id\":\"https:\/\/xbbdkj.com\/1034.html#local-main-organization-logo\"},\"telephone\":[],\"openingHoursSpecification\":[{\"@type\":\"OpeningHoursSpecification\",\"dayOfWeek\":[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\",\"Sunday\"],\"opens\":\"09:00\",\"closes\":\"17:00\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/xbbdkj.com\/#\/schema\/person\/cb1400bab5bfb6225ed7c223ab3ba481\",\"name\":\"\u5c0f\u767d\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/xbbdkj.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4b7a6b4896f71ff7c35a4c809cd49951d108d4f321e38a478651e061b1fd074c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/4b7a6b4896f71ff7c35a4c809cd49951d108d4f321e38a478651e061b1fd074c?s=96&d=mm&r=g\",\"caption\":\"\u5c0f\u767d\"},\"sameAs\":[\"https:\/\/xbbdkj.com\"],\"url\":\"https:\/\/xbbdkj.com\/author\/admin66\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/xbbdkj.com\/1034.html#local-main-organization-logo\",\"url\":\"https:\/\/i0.wp.com\/xbbdkj.com\/wp-content\/uploads\/2025\/01\/cropped-logoko-2-1.png?fit=399%2C122&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/xbbdkj.com\/wp-content\/uploads\/2025\/01\/cropped-logoko-2-1.png?fit=399%2C122&ssl=1\",\"width\":399,\"height\":122,\"caption\":\"\u5c0f\u767d\u4e0d\u61c2\u79d1\u6280\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Let\\'s Encrypt SSL \u8bc1\u4e66\u5b89\u88c5\u6559\u7a0b - \u5c0f\u767d\u5fc5\u8bfb\u79d1\u6280","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/xbbdkj.com\/1034.html","og_locale":"zh_CN","og_type":"article","og_title":"Let\\'s Encrypt SSL \u8bc1\u4e66\u5b89\u88c5\u6559\u7a0b","og_description":"\u8981\u5728\u60a8\u7684\u670d\u52a1\u5668\u4e0a\u5b89\u88c5Let&#8217 [&hellip;]","og_url":"https:\/\/xbbdkj.com\/1034.html","og_site_name":"\u5c0f\u767d\u5fc5\u8bfb\u79d1\u6280","article_published_time":"2024-09-29T11:59:01+00:00","author":"\u5c0f\u767d","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"\u5c0f\u767d","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xbbdkj.com\/1034.html#article","isPartOf":{"@id":"https:\/\/xbbdkj.com\/1034.html"},"author":{"name":"\u5c0f\u767d","@id":"https:\/\/xbbdkj.com\/#\/schema\/person\/cb1400bab5bfb6225ed7c223ab3ba481"},"headline":"Let\\&#8217;s Encrypt SSL \u8bc1\u4e66\u5b89\u88c5\u6559\u7a0b","datePublished":"2024-09-29T11:59:01+00:00","dateModified":"2024-09-29T11:59:01+00:00","mainEntityOfPage":{"@id":"https:\/\/xbbdkj.com\/1034.html"},"wordCount":49,"commentCount":0,"publisher":{"@id":"https:\/\/xbbdkj.com\/#organization"},"keywords":["SSL\u8bc1\u4e66"],"articleSection":["\u6536\u85cf"],"inLanguage":"zh-Hans","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/xbbdkj.com\/1034.html#respond"]}],"copyrightYear":"2024","copyrightHolder":{"@id":"https:\/\/xbbdkj.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/xbbdkj.com\/1034.html","url":"https:\/\/xbbdkj.com\/1034.html","name":"Let\\'s Encrypt SSL \u8bc1\u4e66\u5b89\u88c5\u6559\u7a0b - \u5c0f\u767d\u5fc5\u8bfb\u79d1\u6280","isPartOf":{"@id":"https:\/\/xbbdkj.com\/#website"},"datePublished":"2024-09-29T11:59:01+00:00","dateModified":"2024-09-29T11:59:01+00:00","breadcrumb":{"@id":"https:\/\/xbbdkj.com\/1034.html#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xbbdkj.com\/1034.html"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/xbbdkj.com\/1034.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/xbbdkj.com\/"},{"@type":"ListItem","position":2,"name":"Let\\&#8217;s Encrypt SSL \u8bc1\u4e66\u5b89\u88c5\u6559\u7a0b"}]},{"@type":"WebSite","@id":"https:\/\/xbbdkj.com\/#website","url":"https:\/\/xbbdkj.com\/","name":"\u5c0f\u767d\u4e0d\u61c2\u79d1\u6280","description":" \u96f6\u57fa\u7840\u7528AI\u5de5\u5177\u8d5a\u94b1\u7684\u5fc5\u8bfb\u6307\u5357","publisher":{"@id":"https:\/\/xbbdkj.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xbbdkj.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":["Organization","Place"],"@id":"https:\/\/xbbdkj.com\/#organization","name":"\u5c0f\u767d\u4e0d\u61c2\u79d1\u6280","url":"https:\/\/xbbdkj.com\/","logo":{"@id":"https:\/\/xbbdkj.com\/1034.html#local-main-organization-logo"},"image":{"@id":"https:\/\/xbbdkj.com\/1034.html#local-main-organization-logo"},"telephone":[],"openingHoursSpecification":[{"@type":"OpeningHoursSpecification","dayOfWeek":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],"opens":"09:00","closes":"17:00"}]},{"@type":"Person","@id":"https:\/\/xbbdkj.com\/#\/schema\/person\/cb1400bab5bfb6225ed7c223ab3ba481","name":"\u5c0f\u767d","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/xbbdkj.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/4b7a6b4896f71ff7c35a4c809cd49951d108d4f321e38a478651e061b1fd074c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4b7a6b4896f71ff7c35a4c809cd49951d108d4f321e38a478651e061b1fd074c?s=96&d=mm&r=g","caption":"\u5c0f\u767d"},"sameAs":["https:\/\/xbbdkj.com"],"url":"https:\/\/xbbdkj.com\/author\/admin66"},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/xbbdkj.com\/1034.html#local-main-organization-logo","url":"https:\/\/i0.wp.com\/xbbdkj.com\/wp-content\/uploads\/2025\/01\/cropped-logoko-2-1.png?fit=399%2C122&ssl=1","contentUrl":"https:\/\/i0.wp.com\/xbbdkj.com\/wp-content\/uploads\/2025\/01\/cropped-logoko-2-1.png?fit=399%2C122&ssl=1","width":399,"height":122,"caption":"\u5c0f\u767d\u4e0d\u61c2\u79d1\u6280"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/xbbdkj.com\/wp-json\/wp\/v2\/posts\/1034","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xbbdkj.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xbbdkj.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xbbdkj.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xbbdkj.com\/wp-json\/wp\/v2\/comments?post=1034"}],"version-history":[{"count":0,"href":"https:\/\/xbbdkj.com\/wp-json\/wp\/v2\/posts\/1034\/revisions"}],"wp:attachment":[{"href":"https:\/\/xbbdkj.com\/wp-json\/wp\/v2\/media?parent=1034"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xbbdkj.com\/wp-json\/wp\/v2\/categories?post=1034"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xbbdkj.com\/wp-json\/wp\/v2\/tags?post=1034"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}