{"id":34134,"date":"2016-05-02T20:25:42","date_gmt":"2016-05-02T14:55:42","guid":{"rendered":"https:\/\/2thenew.xyz\/blog\/?p=34134"},"modified":"2024-01-02T17:47:23","modified_gmt":"2024-01-02T12:17:23","slug":"convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore","status":"publish","type":"post","link":"https:\/\/2thenew.xyz\/blog\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\/","title":{"rendered":"Convert Apache (x509 cert) SSL Certificate to Tomcat (Keystore)"},"content":{"rendered":"<p>When setting up SSL certificate for a website, we mainly use two types of SSL certificate one is x509 mostly used with applications support OpenSSL library and other is Keystore which is used with Java 1.6+ applications.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"\" src=\"\/blog\/wp-ttn-blog\/uploads\/2024\/01\/imagesqtbnANd9GcQXx7tjcxlGujQnMBCRzbwlDmbsFeu3ZsOeGSPhBpCMTIPJYKAr.png\" alt=\"Image result for apache tomcat png\" width=\"363\" height=\"204\" \/><\/p>\n<p>Apache\/Nginx uses x509 pem\/crt files which is is very different than a Jetty\/Tomcat (Java 1.6+) system that uses keystores\u00a0and differences start right from generating a Certificate Signing Request (CSR). So, you could either generate separate CSR request for both and get different SSL certificate which obviously involve cost or you could use following steps to convert the working x509 certificate to the keystore.<\/p>\n<h3>1. Get x509 certificates from Apache\/Nginx<\/h3>\n<p>You will need three certificates Private Key certificate used for generating\u00a0CSR, Signed Certificate \u00a0provided by signing authority and Intermediate or Root certificate\u00a0of signing authority.<\/p>\n<p><strong>For Apache:<\/strong><\/p>\n<p>Check your site&#8217;s configuration for below settings:<\/p>\n<pre>SSLCertificateFile \/etc\/apache2\/ssl\/star_livfame_com.crt\r\nSSLCertificateKeyFile \/etc\/apache2\/ssl\/star_livfame_com.key\r\nSSLCertificateChainFile \/etc\/apache2\/ssl\/intermediate.crt<\/pre>\n<p><strong>For Nginx:<\/strong><\/p>\n<p>Check your site&#8217;s configuration for below settings:<\/p>\n<pre>ssl_certificate \/etc\/nginx\/ssl\/star_livfame_com.crt;\r\nssl_trusted_certificate \/etc\/nginx\/ssl\/intermediate.crt;\r\nssl_certificate_key \/etc\/nginx\/ssl\/star_livfame_com.key;<\/pre>\n<h3>2.\u00a0Copy the three files which can be found in the above to one location<br \/>\n(Ex. \/opt\/tomcat\/ssl).<\/h3>\n<h3>3. Using below OpenSSL command generate\u00a0pkcs12 file:<\/h3>\n<p><code>cd \/opt\/tomcate\/ssl<br \/>\nopenssl pkcs12 -export -in star_livfame_com.crt -inkey star_livfame_com.key -certfile intermediate.crt -out star_livfame_com.p12<\/code><\/p>\n<p><strong>Note:<\/strong>\u00a0You will be prompted for a password to secure the certificate, please enter the password and remember the password.<\/p>\n<h3>4. Convert pkcs12 certificate to keystore:<\/h3>\n<p>You will now convert our star_livfame_com.p12\u00a0file to a keystore by performing the following command line in Tomcat using keytool:<\/p>\n<p><code>keytool -importkeystore -srckeystore star_livfame_com.p12\u00a0-srcstoretype PKCS12 -destkeystore star_livfame_com.jks<\/code><\/p>\n<p><strong>Note:<\/strong>\u00a0It will ask for password of the pkscs12 that we generated earlier and a new password for the keystore, remember the password that you have given for keystore you will need it in configuration.<\/p>\n<p><strong>That&#8217;s it !! <\/strong>Your\u00a0keystore\u00a0is generated and ready to be used at: \/opt\/tomcat\/ssl\/star_livfame_com.jks.<\/p>\n<h3>5. Test the Keystore<\/h3>\n<p>You can test your keystore\u00a0if its generated properly with below command:<\/p>\n<p><code>$keytool -list -v -keystore\u00a0star_livfame_com.jks<\/code><\/p>\n<pre>Enter keystore password:\r\n\r\nKeystore type: JKS\r\nKeystore provider: SUN\r\n\r\nYour keystore contains 1 entry\r\n\r\nAlias name: 1\r\nCreation date: 29 Apr, 2016\r\nEntry type: PrivateKeyEntry\r\nCertificate chain length: 2\r\nCertificate[1]:\r\nOwner: CN=*.livfame.com, OU=Media - Technology, O=Fame Digital Pvt. Ltd., L=Mumbai, ST=Maharashtra, C=IN\r\nIssuer: CN=thawte SSL CA - G2, O=\"thawte, Inc.\", C=US\r\n.....<\/pre>\n<p>Hope this blog helped you in converting Apache (x509 cert) SSL Certificate to Tomcat (Keystore). I will be continuing to post some more important related blogs.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When setting up SSL certificate for a website, we mainly use two types of SSL certificate one is x509 mostly used with applications support OpenSSL library and other is Keystore which is used with Java 1.6+ applications. Apache\/Nginx uses x509 pem\/crt files which is is very different than a Jetty\/Tomcat (Java 1.6+) system that uses [&hellip;]<\/p>\n","protected":false},"author":747,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":60,"footnotes":""},"categories":[1174,1],"tags":[3308,4844,2540,3281,17,3280],"class_list":["post-34134","post","type-post","status-publish","format-standard","hentry","category-aws-2","category-technology","tag-convert-apache-certificate-to-java-keystore","tag-java","tag-jetty","tag-keystore","tag-tomcat","tag-x509"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"When setting up SSL certificate for a website, we mainly use two types of SSL certificate one is x509 mostly used with applications support OpenSSL library and other is Keystore which is used with Java 1.6+ applications. Apache\/Nginx uses x509 pem\/crt files which is is very different than a Jetty\/Tomcat (Java 1.6+) system that uses\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Nitin Bhadauria\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/2thenew.xyz\/blog\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\/\" \/>\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=\"Convert Apache (x509 cert) SSL Certificate to Tomcat (Keystore) | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"When setting up SSL certificate for a website, we mainly use two types of SSL certificate one is x509 mostly used with applications support OpenSSL library and other is Keystore which is used with Java 1.6+ applications. Apache\/Nginx uses x509 pem\/crt files which is is very different than a Jetty\/Tomcat (Java 1.6+) system that uses\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/2thenew.xyz\/blog\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/2thenew.xyz\/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=\"Convert Apache (x509 cert) SSL Certificate to Tomcat (Keystore) | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"When setting up SSL certificate for a website, we mainly use two types of SSL certificate one is x509 mostly used with applications support OpenSSL library and other is Keystore which is used with Java 1.6+ applications. Apache\/Nginx uses x509 pem\/crt files which is is very different than a Jetty\/Tomcat (Java 1.6+) system that uses\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/2thenew.xyz\/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\\\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\\\/#article\",\"name\":\"Convert Apache (x509 cert) SSL Certificate to Tomcat (Keystore) | TO THE NEW Blog\",\"headline\":\"Convert Apache (x509 cert) SSL Certificate to Tomcat (Keystore)\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/nitin-2\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2024\\\/01\\\/imagesqtbnANd9GcQXx7tjcxlGujQnMBCRzbwlDmbsFeu3ZsOeGSPhBpCMTIPJYKAr.png\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\\\/#articleImage\"},\"datePublished\":\"2016-05-02T20:25:42+05:30\",\"dateModified\":\"2024-01-02T17:47:23+05:30\",\"inLanguage\":\"en-US\",\"commentCount\":4,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\\\/#webpage\"},\"articleSection\":\"AWS, Technology, convert apache certificate to java keystore, Java, jetty, keystore, tomcat, x509\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\\\/#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\\\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\\\/#listItem\",\"name\":\"Convert Apache (x509 cert) SSL Certificate to Tomcat (Keystore)\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\\\/#listItem\",\"position\":3,\"name\":\"Convert Apache (x509 cert) SSL Certificate to Tomcat (Keystore)\",\"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\\\/nitin-2\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/nitin-2\\\/\",\"name\":\"Nitin Bhadauria\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\\\/#authorImage\",\"url\":\"https:\\\/\\\/newersworld-sf-static.tothenew.net\\\/prod\\\/profilePicFolder\\\/7cce78b2-e968-44e4-9939-9e5f97b6aa34_577-Nitin-Bhadauria-PROFILEPICTURE.jpeg\",\"width\":96,\"height\":96,\"caption\":\"Nitin Bhadauria\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\\\/\",\"name\":\"Convert Apache (x509 cert) SSL Certificate to Tomcat (Keystore) | TO THE NEW Blog\",\"description\":\"When setting up SSL certificate for a website, we mainly use two types of SSL certificate one is x509 mostly used with applications support OpenSSL library and other is Keystore which is used with Java 1.6+ applications. Apache\\\/Nginx uses x509 pem\\\/crt files which is is very different than a Jetty\\\/Tomcat (Java 1.6+) system that uses\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/nitin-2\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/nitin-2\\\/#author\"},\"datePublished\":\"2016-05-02T20:25:42+05:30\",\"dateModified\":\"2024-01-02T17:47:23+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":"Convert Apache (x509 cert) SSL Certificate to Tomcat (Keystore) | TO THE NEW Blog","description":"When setting up SSL certificate for a website, we mainly use two types of SSL certificate one is x509 mostly used with applications support OpenSSL library and other is Keystore which is used with Java 1.6+ applications. Apache\/Nginx uses x509 pem\/crt files which is is very different than a Jetty\/Tomcat (Java 1.6+) system that uses","canonical_url":"https:\/\/2thenew.xyz\/blog\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/2thenew.xyz\/blog\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\/#article","name":"Convert Apache (x509 cert) SSL Certificate to Tomcat (Keystore) | TO THE NEW Blog","headline":"Convert Apache (x509 cert) SSL Certificate to Tomcat (Keystore)","author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/nitin-2\/#author"},"publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2024\/01\/imagesqtbnANd9GcQXx7tjcxlGujQnMBCRzbwlDmbsFeu3ZsOeGSPhBpCMTIPJYKAr.png","@id":"https:\/\/2thenew.xyz\/blog\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\/#articleImage"},"datePublished":"2016-05-02T20:25:42+05:30","dateModified":"2024-01-02T17:47:23+05:30","inLanguage":"en-US","commentCount":4,"mainEntityOfPage":{"@id":"https:\/\/2thenew.xyz\/blog\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\/#webpage"},"isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\/#webpage"},"articleSection":"AWS, Technology, convert apache certificate to java keystore, Java, jetty, keystore, tomcat, x509"},{"@type":"BreadcrumbList","@id":"https:\/\/2thenew.xyz\/blog\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","position":1,"name":"Home","item":"https:\/\/2thenew.xyz\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/2thenew.xyz\/blog\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\/#listItem","name":"Convert Apache (x509 cert) SSL Certificate to Tomcat (Keystore)"},"previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\/#listItem","position":3,"name":"Convert Apache (x509 cert) SSL Certificate to Tomcat (Keystore)","previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Organization","@id":"https:\/\/2thenew.xyz\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/2thenew.xyz\/blog\/"},{"@type":"Person","@id":"https:\/\/2thenew.xyz\/blog\/author\/nitin-2\/#author","url":"https:\/\/2thenew.xyz\/blog\/author\/nitin-2\/","name":"Nitin Bhadauria","image":{"@type":"ImageObject","@id":"https:\/\/2thenew.xyz\/blog\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\/#authorImage","url":"https:\/\/newersworld-sf-static.tothenew.net\/prod\/profilePicFolder\/7cce78b2-e968-44e4-9939-9e5f97b6aa34_577-Nitin-Bhadauria-PROFILEPICTURE.jpeg","width":96,"height":96,"caption":"Nitin Bhadauria"}},{"@type":"WebPage","@id":"https:\/\/2thenew.xyz\/blog\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\/#webpage","url":"https:\/\/2thenew.xyz\/blog\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\/","name":"Convert Apache (x509 cert) SSL Certificate to Tomcat (Keystore) | TO THE NEW Blog","description":"When setting up SSL certificate for a website, we mainly use two types of SSL certificate one is x509 mostly used with applications support OpenSSL library and other is Keystore which is used with Java 1.6+ applications. Apache\/Nginx uses x509 pem\/crt files which is is very different than a Jetty\/Tomcat (Java 1.6+) system that uses","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/2thenew.xyz\/blog\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\/#breadcrumblist"},"author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/nitin-2\/#author"},"creator":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/nitin-2\/#author"},"datePublished":"2016-05-02T20:25:42+05:30","dateModified":"2024-01-02T17:47:23+05:30"},{"@type":"WebSite","@id":"https:\/\/2thenew.xyz\/blog\/#website","url":"https:\/\/2thenew.xyz\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"Convert Apache (x509 cert) SSL Certificate to Tomcat (Keystore) | TO THE NEW Blog","og:description":"When setting up SSL certificate for a website, we mainly use two types of SSL certificate one is x509 mostly used with applications support OpenSSL library and other is Keystore which is used with Java 1.6+ applications. Apache\/Nginx uses x509 pem\/crt files which is is very different than a Jetty\/Tomcat (Java 1.6+) system that uses","og:url":"https:\/\/2thenew.xyz\/blog\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\/","og:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Convert Apache (x509 cert) SSL Certificate to Tomcat (Keystore) | TO THE NEW Blog","twitter:description":"When setting up SSL certificate for a website, we mainly use two types of SSL certificate one is x509 mostly used with applications support OpenSSL library and other is Keystore which is used with Java 1.6+ applications. Apache\/Nginx uses x509 pem\/crt files which is is very different than a Jetty\/Tomcat (Java 1.6+) system that uses","twitter:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"34134","title":null,"description":null,"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 14:22:26","updated":"2024-02-29 09:10:23","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.xyz\/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.xyz\/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\tConvert Apache (x509 cert) SSL Certificate to Tomcat (Keystore)\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/2thenew.xyz\/blog"},{"label":"Technology","link":"https:\/\/2thenew.xyz\/blog\/category\/technology\/"},{"label":"Convert Apache (x509 cert) SSL Certificate to Tomcat (Keystore)","link":"https:\/\/2thenew.xyz\/blog\/convert-apache-x509-cert-ssl-certificate-to-tomcat-keystore\/"}],"_links":{"self":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/34134","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/users\/747"}],"replies":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/comments?post=34134"}],"version-history":[{"count":1,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/34134\/revisions"}],"predecessor-version":[{"id":59864,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/34134\/revisions\/59864"}],"wp:attachment":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/media?parent=34134"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/categories?post=34134"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/tags?post=34134"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}