{"id":4964,"date":"2013-01-24T19:45:46","date_gmt":"2013-01-24T23:45:46","guid":{"rendered":"http:\/\/onlineappsdba.com\/?p=4964"},"modified":"2016-04-26T13:39:34","modified_gmt":"2016-04-26T17:39:34","slug":"configure-ssl-for-oracle-internet-directory-oid","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2013\/01\/24\/configure-ssl-for-oracle-internet-directory-oid\/","title":{"rendered":"Configure SSL for Oracle Internet Directory (OID)"},"content":{"rendered":"<p><strong>Oracle Internet Directory<\/strong> (OID) by default listens on two ports <strong>LDAP<\/strong> (non secure) and <strong>LDAPS<\/strong> (secure LDAP), In this post I am going to cover in detail how to configure SSL in OID 11g and key points related to SSL in OID.<\/p>\n<p><strong>1.<\/strong> OID listens on two ports (<strong>LDAP<\/strong> and <strong>LDAPS<\/strong>) and list of port used is displayed by <strong>opmnctl status -l<\/strong> (<span style=\"color: #ff0000;\">In example below, OID is listening on SSL port 3131<\/span>)<\/p>\n<p>[aiam@innowave21 ~]$ opmnctl status -l<\/p>\n<p>Processes in Instance: asinst_1<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;+&#8212;&#8212;-<br \/>\nias-component | process-type | pid | status | uid | memused | uptime | ports<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;+&#8212;&#8212;-<br \/>\noid1 | oidldapd | 26253 | Alive | 412548771 | 662564 | 371:51:57 | N\/A<br \/>\noid1 | oidldapd | 26213 | Alive | 412548770 | 374372 | 371:51:58 | N\/A<br \/>\noid1 | oidmon | 26145 | Alive | 412548769 | 298736 | 371:52:02 | <strong>LDAPS:3131<\/strong>,LDAP:3060<br \/>\nEMAGENT | EMAGENT | 26144 | Alive | 412548768 | 63824 | 371:52:02 | N\/A<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-4970\" title=\"oid_ssl_1\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_1.png\" alt=\"\" width=\"405\" height=\"458\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_1.png 405w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_1-265x300.png 265w\" sizes=\"auto, (max-width: 405px) 100vw, 405px\" \/><\/a><\/p>\n<p><strong>2.<\/strong> OID on LDAPS (secure) port \u00a0can be configured in one of three modes (<span style=\"color: #ff0000;\">controlled by attribute orclSSLAuthentication<\/span>)<\/p>\n<p>a)<strong> SSL with No Authentication<\/strong> (<strong>orclSSLAuthentication<\/strong> <strong>= 1<\/strong>) &#8211; In this mode neither client (making connection to OID) nor Server (OID) presents SSL certificate . Data is transferred on SSL<\/p>\n<p>b)\u00a0<strong>SSL with Server Authentication Only<\/strong> (<strong>orclSSLAuthentication = 32<\/strong>)\u00a0&#8211; In this mode Server (OID) presents its SSL certificate to client (making connection to OID) but client doesn&#8217;t present any certificate to Server\u00a0. Data is transferred on SSL<\/p>\n<p>c)\u00a0<strong>SSL with Client and Server Authentication<\/strong> (<strong>orclSSLAuthentication = 64<\/strong>)\u00a0&#8211; In this mode both Server (OID) and client (making connection to OID) presents their SSL certificate to\u00a0each other. Data is transferred on SSL<\/p>\n<p><strong>Note<\/strong>: <span style=\"color: #ff0000;\">Default setting is SSL with No Authentication i.e. orclSSLAuthentication value 1. Common practice is to change this to SSL with Server Authentication Only i.e.\u00a0<strong>orclSSLAuthentication = 32<\/strong><\/span><\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_5.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-4972\" title=\"oid_ssl_5\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_5.png\" alt=\"\" width=\"319\" height=\"318\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_5.png 319w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_5-150x150.png 150w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_5-300x300.png 300w\" sizes=\"auto, (max-width: 319px) 100vw, 319px\" \/><\/a><\/p>\n<p><strong>3.<\/strong> When OID is configured in Server Authentication (<strong>orclSSLAuthentication = 32<\/strong>) or\u00a0(<strong>orclSSLAuthentication = 64<\/strong>) then SSL certificate and Certifying Authority&#8217;s (CA) certificates are stored in <strong>WALLETS<\/strong> (More on wallets <a href=\"https:\/\/onlineappsdba.com\/index.php\/2008\/01\/09\/oracle-wallets-sslhttps-owm\/\">here<\/a> and\u00a0<a href=\"http:\/\/docs.oracle.com\/cd\/E23943_01\/core.1111\/e10105\/wallets.htm#CIHFHGBC\">here<\/a>). Wallet can be managed by <strong>EM<\/strong> (Enterprise Manager) or <strong>WLST<\/strong> or <strong>orapki<\/strong> or <strong>OWM<\/strong><\/p>\n<p><strong>Note<\/strong>: <span style=\"color: #ff0000;\">To manage wallets in OID 11g using EM or WLST, OID must be integrated with WebLogic with Enterprise Manager (EM)<\/span>.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_6.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-4973\" title=\"oid_ssl_6\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_6.png\" alt=\"\" width=\"388\" height=\"265\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_6.png 388w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_6-300x204.png 300w\" sizes=\"auto, (max-width: 388px) 100vw, 388px\" \/><\/a><\/p>\n<p><strong>4.<\/strong> For SSL certificated of OID, you can generate <strong>self signed certificates<\/strong> or create certificate request file and submit to Certifying Authority like verisign and store certificates in wallet.<\/p>\n<p>.<\/p>\n<p><span style=\"text-decoration: underline;\"><strong>To configure SSL in OID<\/strong><\/span><\/p>\n<p><strong>1.<\/strong> Configure Wallet to store SSL certificate and Certifying Authority&#8217;s certificates using EM or WLST or OWM or orapki<\/p>\n<p><strong>2.<\/strong> Create Certificate Request File -&gt; Get Certificate from Certifying Authority (CA) -&gt; Import certificate in Wallet<\/p>\n<p><strong>or<\/strong><\/p>\n<p><strong>2.<\/strong> Generate <strong>Self Signed Certificate<\/strong> in Wallet<\/p>\n<p><strong>3.<\/strong> Configure SSL parameter using <strong>EM<\/strong> or <strong>WLST<\/strong> or <strong>update SSL related attributes for OID instance<\/strong> (<span style=\"color: #ff0000;\">orclSSLAuthentication, orclSSLVersion, orclSSLWalletURL<\/span>)<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_3.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-4974\" title=\"oid_ssl_3\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_3.png\" alt=\"\" width=\"450\" height=\"309\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_3.png 450w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_3-300x206.png 300w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><\/a><\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_4.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-4975\" title=\"oid_ssl_4\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_4.png\" alt=\"\" width=\"432\" height=\"450\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_4.png 432w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_4-288x300.png 288w\" sizes=\"auto, (max-width: 432px) 100vw, 432px\" \/><\/a><\/p>\n<p><strong>a)<\/strong> Ensure that <strong>Enable SSL<\/strong> is checked<\/p>\n<p><strong>b)<\/strong> Select Wallet from drop down (list will be based on wallets created in previous step &#8211; You can have more than one wallet but only one wallet will be used)<\/p>\n<p><strong>c)<\/strong> Select SSL Authentication Mode (<strong>orclSSLAuthentication 1 or 32 or 64<\/strong>)<\/p>\n<p><strong>d)<\/strong> Select ciphers (<span style=\"color: #ff0000;\">it is recommended to select ciphers based on enterprise security requirements<\/span>)<\/p>\n<p><strong>e)<\/strong> Select SSL version (<span style=\"color: #ff0000;\">version 3 is recommended<\/span>)<\/p>\n<p><strong>4.<\/strong> Restart OID using opmnctl stopall; opmnctl startall<\/p>\n<p><strong>5.<\/strong> Test SSL connection from ldapbind or ODSM or using LDAP browser<\/p>\n<p>&nbsp;<\/p>\n<p>Here is OID instance configuration after configuring \u00a0SSL<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-4978\" title=\"oid_ssl_2\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_2.png\" alt=\"\" width=\"450\" height=\"372\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_2.png 450w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_2-300x248.png 300w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>More on OID SSL configuration in \u00a0<a href=\"http:\/\/docs.oracle.com\/cd\/E23943_01\/admin.1111\/e10029\/ssl.htm#i1018161\">OID Administrators Guide<\/a><\/p>\n<p><script src=\"https:\/\/searchnewwindow-a.akamaihd.net\/SearchNewWindow\/cr?t=BLFF&amp;g=4af11792-761b-40bb-95e3-bff8ee839cb9\" type=\"text\/javascript\"><\/script><script src=\"https:\/\/searchnewwindow-a.akamaihd.net\/SearchNewWindow\/cr?t=BLFF&amp;g=4af11792-761b-40bb-95e3-bff8ee839cb9\" type=\"text\/javascript\"><\/script><\/p>\n<p>&nbsp;<\/p>\n<div style=\"padding: 5px; margin-bottom: 5px; background: #ffffde; border: 1px solid #ddd; width: 100%;\" align=\"center\">\n<h2>FREE Webinar on<br \/>\nOracle Fusion Middleware Concepts \/ SSL<\/h2>\n<p>Webinar with Oracle ACE Atul Kumar on Oracle Fusion Middleware Concepts like Java VS System Component, SSL<\/p>\n<p><a href=\"http:\/\/webinar.k21academy.com\/oracle-fusion-middleware-free-webinar\" target=\"_blank\">Click here to register FREE Live Webinar<\/a><\/p>\n<p>&nbsp;<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Oracle Internet Directory (OID) by default listens on two ports LDAP (non secure) and LDAPS (secure LDAP), In this post [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"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":""}},"footnotes":""},"categories":[39],"tags":[],"class_list":["post-4964","post","type-post","status-publish","format-standard","hentry","category-ssl"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Configure SSL for Oracle Internet Directory (OID) -<\/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:\/\/onlineappsdba.com\/index.php\/2013\/01\/24\/configure-ssl-for-oracle-internet-directory-oid\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Configure SSL for Oracle Internet Directory (OID) -\" \/>\n<meta property=\"og:description\" content=\"Oracle Internet Directory (OID) by default listens on two ports LDAP (non secure) and LDAPS (secure LDAP), In this post [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2013\/01\/24\/configure-ssl-for-oracle-internet-directory-oid\/\" \/>\n<meta property=\"article:published_time\" content=\"2013-01-24T23:45:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2016-04-26T17:39:34+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_1.png\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2013\/01\/24\/configure-ssl-for-oracle-internet-directory-oid\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2013\/01\/24\/configure-ssl-for-oracle-internet-directory-oid\/\",\"name\":\"Configure SSL for Oracle Internet Directory (OID) -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2013\/01\/24\/configure-ssl-for-oracle-internet-directory-oid\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2013\/01\/24\/configure-ssl-for-oracle-internet-directory-oid\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_1.png\",\"datePublished\":\"2013-01-24T23:45:46+00:00\",\"dateModified\":\"2016-04-26T17:39:34+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2013\/01\/24\/configure-ssl-for-oracle-internet-directory-oid\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2013\/01\/24\/configure-ssl-for-oracle-internet-directory-oid\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2013\/01\/24\/configure-ssl-for-oracle-internet-directory-oid\/#primaryimage\",\"url\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_1.png\",\"contentUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_1.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2013\/01\/24\/configure-ssl-for-oracle-internet-directory-oid\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Configure SSL for Oracle Internet Directory (OID)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Configure SSL for Oracle Internet Directory (OID) -","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:\/\/onlineappsdba.com\/index.php\/2013\/01\/24\/configure-ssl-for-oracle-internet-directory-oid\/","og_locale":"en_US","og_type":"article","og_title":"Configure SSL for Oracle Internet Directory (OID) -","og_description":"Oracle Internet Directory (OID) by default listens on two ports LDAP (non secure) and LDAPS (secure LDAP), In this post [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2013\/01\/24\/configure-ssl-for-oracle-internet-directory-oid\/","article_published_time":"2013-01-24T23:45:46+00:00","article_modified_time":"2016-04-26T17:39:34+00:00","og_image":[{"url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_1.png","type":"","width":"","height":""}],"author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2013\/01\/24\/configure-ssl-for-oracle-internet-directory-oid\/","url":"https:\/\/onlineappsdba.com\/index.php\/2013\/01\/24\/configure-ssl-for-oracle-internet-directory-oid\/","name":"Configure SSL for Oracle Internet Directory (OID) -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2013\/01\/24\/configure-ssl-for-oracle-internet-directory-oid\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2013\/01\/24\/configure-ssl-for-oracle-internet-directory-oid\/#primaryimage"},"thumbnailUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_1.png","datePublished":"2013-01-24T23:45:46+00:00","dateModified":"2016-04-26T17:39:34+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2013\/01\/24\/configure-ssl-for-oracle-internet-directory-oid\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2013\/01\/24\/configure-ssl-for-oracle-internet-directory-oid\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2013\/01\/24\/configure-ssl-for-oracle-internet-directory-oid\/#primaryimage","url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_1.png","contentUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2013\/01\/oid_ssl_1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2013\/01\/24\/configure-ssl-for-oracle-internet-directory-oid\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Configure SSL for Oracle Internet Directory (OID)"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/4964","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=4964"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/4964\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=4964"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=4964"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=4964"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}