{"id":42445,"date":"2016-11-24T18:22:54","date_gmt":"2016-11-24T12:52:54","guid":{"rendered":"https:\/\/2thenew.online\/blog\/?p=42445"},"modified":"2016-11-29T11:08:50","modified_gmt":"2016-11-29T05:38:50","slug":"how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1","status":"publish","type":"post","link":"https:\/\/2thenew.online\/blog\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\/","title":{"rendered":"How to configure SSL certificate on Oracle Glassfish v3.1"},"content":{"rendered":"<p style=\"padding-left: 270px\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-42446 size-full\" src=\"\/blog\/wp-ttn-blog\/uploads\/2016\/11\/download.jpg\" alt=\"download\" width=\"259\" height=\"194\" \/><\/p>\n<p>&nbsp;<\/p>\n<p><b>GlassFish<\/b> is an open-source application server project started by Sun Microsystems for the Java \u00a0platform and now sponsored by Oracle Corporation. It helps in <a title=\"Java development\" href=\"https:\/\/2thenew.online\/java-development-services\" target=\"_blank\">developing scalable and portable applications.<\/a><\/p>\n<p>One issue which always comes up while deploying Glassfish on live is setting up custom SSL. The Glassfish provides a predefined SSL cert with every Glassfish deployment but that does not serve the purpose of the developed applications configured to work with custom domain names e.g www.example.com. Glassfish uses Keystore to store SSL certificates.<\/p>\n<p>This article how we can configure the\u00a0SSL cert over Glassfish as quickly as possible. We will be using Glassfish 3.1.<\/p>\n<p><b>Pre-requisites : <\/b> You must have terminal(command line access to the server which is running Glassfish and a SSL cert along with the keys. You can also use a self-signed cert for trying out the below steps.<\/p>\n<p><strong>1. Backup the current settings<\/strong><br \/>\nGo to your Glassfish installation<br \/>\n<code>cd \/usr\/local\/glassfish-3.1\/glassfish\/domains\/domain1\/config\/<\/code><\/p>\n<p><strong>2. Save the default SSL Keystore<\/strong><br \/>\n<code>cp keystore.jks keystore.jks.ori<\/code><\/p>\n<p><strong>3. Delete the default SSL certificate from the Keystore<\/strong><br \/>\n<code>keytool -delete -alias s1as -keystore keystore.jks -storepass {admin password} <\/code><br \/>\nNote: The default alias of SSL certs for all glassfish installation is s1as<\/p>\n<p><strong>4. Prepare your certificate<\/strong><br \/>\n<code>cat server.crt intermediate.CA.crt Root.CA.crt &gt; combined_servercert_chain.crt<\/code><\/p>\n<p><strong>5. Convert your certificate to pkcs#12<\/strong><br \/>\n<code>openssl pkcs12 -export -in combined_servercert_chain.crt -inkey serverkey.pem -out keystore.pkcs12 -name s1as -passout pass:{admin password}<\/code><\/p>\n<p><strong>5. Now Import the converted cert to the Keystore<\/strong><br \/>\n<code>keytool -importkeystore -srckeystore keystore.pkcs12 -srcstoretype pkcs12 -srcstorepass -deststoretype jks -destkeystore keystore.jks -deststorepass {admin password}<\/code><\/p>\n<p>After completing the above steps, you should get the\u00a0following message:<br \/>\n<em>Entry for alias s1as successfully imported.<br \/>\nImport command completed: 1 entries successfully imported, 0 entries failed or canceled<\/em><\/p>\n<p><strong>6. Restart Glassfish (below command depends on your Glassfish<strong> installation)<\/strong><br \/>\n<code>service glassfish start<\/code><\/strong><br \/>\nor<br \/>\n<code>\/usr\/local\/glassfish-3.1\/glassfish\/asadmin start-domain<\/code><\/p>\n<p>Now your custom SSL has been deployed. You can verify the cert using the\u00a0following command:<\/p>\n<p><code>openssl s_client -showcerts -connect glassfish-server-ip:443<\/code><\/p>\n<p>Now you now have a Glassfish server running with your custom SSL cert and you should not be receiving any security warnings while accessing via Browser.<br \/>\nHope this helps \ud83d\ude42<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; GlassFish is an open-source application server project started by Sun Microsystems for the Java \u00a0platform and now sponsored by Oracle Corporation. It helps in developing scalable and portable applications. One issue which always comes up while deploying Glassfish on live is setting up custom SSL. The Glassfish provides a predefined SSL cert with every [&hellip;]<\/p>\n","protected":false},"author":563,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":30,"footnotes":""},"categories":[2348,1],"tags":[4217,4218],"class_list":["post-42445","post","type-post","status-publish","format-standard","hentry","category-devops-technology","category-technology","tag-glassfish","tag-java-keystore"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"GlassFish is an open-source application server project started by Sun Microsystems for the Java platform and now sponsored by Oracle Corporation. It helps in creating enterprise applications which are scalable and portable.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Rahul Kumar Jaiswal\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/2thenew.online\/blog\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"How to configure SSL certificate on Oracle Glassfish v3.1 | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"GlassFish is an open-source application server project started by Sun Microsystems for the Java platform and now sponsored by Oracle Corporation. It helps in creating enterprise applications which are scalable and portable.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/2thenew.online\/blog\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/2thenew.online\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/2thenew.online\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to configure SSL certificate on Oracle Glassfish v3.1 | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"GlassFish is an open-source application server project started by Sun Microsystems for the Java platform and now sponsored by Oracle Corporation. It helps in creating enterprise applications which are scalable and portable.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/2thenew.online\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\\\/#article\",\"name\":\"How to configure SSL certificate on Oracle Glassfish v3.1 | TO THE NEW Blog\",\"headline\":\"How to configure SSL certificate on Oracle Glassfish v3.1\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/rahul-3\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2016\\\/11\\\/download.jpg\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\\\/#articleImage\"},\"datePublished\":\"2016-11-24T18:22:54+05:30\",\"dateModified\":\"2016-11-29T11:08:50+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\\\/#webpage\"},\"articleSection\":\"DevOps, Technology, glassfish, java keystore\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\\\/#listItem\",\"name\":\"How to configure SSL certificate on Oracle Glassfish v3.1\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\\\/#listItem\",\"position\":3,\"name\":\"How to configure SSL certificate on Oracle Glassfish v3.1\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/rahul-3\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/rahul-3\\\/\",\"name\":\"Rahul Kumar Jaiswal\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\\\/#authorImage\",\"url\":\"https:\\\/\\\/newersworld-sf-static.tothenew.net\\\/prod\\\/profilePicFolder\\\/8d045d56-1367-4c00-ae9f-0263f53917fc_1337-Rahul-Kumar-Jaiswal-PROFILEPICTURE.jpeg\",\"width\":96,\"height\":96,\"caption\":\"Rahul Kumar Jaiswal\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\\\/\",\"name\":\"How to configure SSL certificate on Oracle Glassfish v3.1 | TO THE NEW Blog\",\"description\":\"GlassFish is an open-source application server project started by Sun Microsystems for the Java platform and now sponsored by Oracle Corporation. It helps in creating enterprise applications which are scalable and portable.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/rahul-3\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/rahul-3\\\/#author\"},\"datePublished\":\"2016-11-24T18:22:54+05:30\",\"dateModified\":\"2016-11-29T11:08:50+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to configure SSL certificate on Oracle Glassfish v3.1 | TO THE NEW Blog","description":"GlassFish is an open-source application server project started by Sun Microsystems for the Java platform and now sponsored by Oracle Corporation. It helps in creating enterprise applications which are scalable and portable.","canonical_url":"https:\/\/2thenew.online\/blog\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/2thenew.online\/blog\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\/#article","name":"How to configure SSL certificate on Oracle Glassfish v3.1 | TO THE NEW Blog","headline":"How to configure SSL certificate on Oracle Glassfish v3.1","author":{"@id":"https:\/\/2thenew.online\/blog\/author\/rahul-3\/#author"},"publisher":{"@id":"https:\/\/2thenew.online\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2016\/11\/download.jpg","@id":"https:\/\/2thenew.online\/blog\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\/#articleImage"},"datePublished":"2016-11-24T18:22:54+05:30","dateModified":"2016-11-29T11:08:50+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/2thenew.online\/blog\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\/#webpage"},"isPartOf":{"@id":"https:\/\/2thenew.online\/blog\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\/#webpage"},"articleSection":"DevOps, Technology, glassfish, java keystore"},{"@type":"BreadcrumbList","@id":"https:\/\/2thenew.online\/blog\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/2thenew.online\/blog#listItem","position":1,"name":"Home","item":"https:\/\/2thenew.online\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.online\/blog\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/2thenew.online\/blog\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/2thenew.online\/blog\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.online\/blog\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\/#listItem","name":"How to configure SSL certificate on Oracle Glassfish v3.1"},"previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.online\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/2thenew.online\/blog\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\/#listItem","position":3,"name":"How to configure SSL certificate on Oracle Glassfish v3.1","previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.online\/blog\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Organization","@id":"https:\/\/2thenew.online\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/2thenew.online\/blog\/"},{"@type":"Person","@id":"https:\/\/2thenew.online\/blog\/author\/rahul-3\/#author","url":"https:\/\/2thenew.online\/blog\/author\/rahul-3\/","name":"Rahul Kumar Jaiswal","image":{"@type":"ImageObject","@id":"https:\/\/2thenew.online\/blog\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\/#authorImage","url":"https:\/\/newersworld-sf-static.tothenew.net\/prod\/profilePicFolder\/8d045d56-1367-4c00-ae9f-0263f53917fc_1337-Rahul-Kumar-Jaiswal-PROFILEPICTURE.jpeg","width":96,"height":96,"caption":"Rahul Kumar Jaiswal"}},{"@type":"WebPage","@id":"https:\/\/2thenew.online\/blog\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\/#webpage","url":"https:\/\/2thenew.online\/blog\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\/","name":"How to configure SSL certificate on Oracle Glassfish v3.1 | TO THE NEW Blog","description":"GlassFish is an open-source application server project started by Sun Microsystems for the Java platform and now sponsored by Oracle Corporation. It helps in creating enterprise applications which are scalable and portable.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/2thenew.online\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/2thenew.online\/blog\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\/#breadcrumblist"},"author":{"@id":"https:\/\/2thenew.online\/blog\/author\/rahul-3\/#author"},"creator":{"@id":"https:\/\/2thenew.online\/blog\/author\/rahul-3\/#author"},"datePublished":"2016-11-24T18:22:54+05:30","dateModified":"2016-11-29T11:08:50+05:30"},{"@type":"WebSite","@id":"https:\/\/2thenew.online\/blog\/#website","url":"https:\/\/2thenew.online\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/2thenew.online\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"How to configure SSL certificate on Oracle Glassfish v3.1 | TO THE NEW Blog","og:description":"GlassFish is an open-source application server project started by Sun Microsystems for the Java platform and now sponsored by Oracle Corporation. It helps in creating enterprise applications which are scalable and portable.","og:url":"https:\/\/2thenew.online\/blog\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\/","og:image":"https:\/\/2thenew.online\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/2thenew.online\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"How to configure SSL certificate on Oracle Glassfish v3.1 | TO THE NEW Blog","twitter:description":"GlassFish is an open-source application server project started by Sun Microsystems for the Java platform and now sponsored by Oracle Corporation. It helps in creating enterprise applications which are scalable and portable.","twitter:image":"https:\/\/2thenew.online\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"42445","title":"How to configure SSL certificate on Oracle Glassfish v3.1  | #site_title","description":"GlassFish is an open-source application server project started by Sun Microsystems for the Java  platform and now sponsored by Oracle Corporation. It helps in creating enterprise applications which are scalable and portable.","keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"","og_description":"","og_object_type":"blog","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":"","og_article_tags":"","twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-29 13:50:13","updated":"2024-02-29 08:54:26","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.online\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.online\/blog\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to configure SSL certificate on Oracle Glassfish v3.1\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/2thenew.online\/blog"},{"label":"Technology","link":"https:\/\/2thenew.online\/blog\/category\/technology\/"},{"label":"How to configure SSL certificate on Oracle Glassfish v3.1","link":"https:\/\/2thenew.online\/blog\/how-to-configure-ssl-certificate-on-oracle-glassfish-v3-1\/"}],"_links":{"self":[{"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/posts\/42445","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/users\/563"}],"replies":[{"embeddable":true,"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/comments?post=42445"}],"version-history":[{"count":0,"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/posts\/42445\/revisions"}],"wp:attachment":[{"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/media?parent=42445"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/categories?post=42445"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/2thenew.online\/blog\/wp-json\/wp\/v2\/tags?post=42445"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}