- Видео 8
- Просмотров 1 551
CloudKT
Канада
Добавлен 17 июл 2010
Hi! I’m Anand Manuel. Having 20 Years of IT experience, Sharing Oracle Cloud Concepts, and real-time examples. Hope this channel is helpful.
Really appreciate your comment!
Anand Manuel - Cloud -KT Channel.
Really appreciate your comment!
Anand Manuel - Cloud -KT Channel.
CSR
How to Generate CSR file.
A certificate signing request (CSR) is an encoded file that provides you with a standardized way to send DigiCert / VeriSign, GoDaddy, etc., or Any CA’s your public key as well as some information that identifies your company and domain name.
===========
DEMO 1:
===========
Step1: Login to unix server as root user
Step2: create prodsan.conf file with below information
Note: Create a folder under $HOME under root user mkdir CSR_FILE
[req]
default_bits = 2048
prompt = no
default_md = sha256
req_extensions = req_ext
distinguished_name = dn
[dn]
C = US
ST = ARIZONA
L = PEORIA
O = CloudKT Info
OU = Training
CN = Demo.cloudkt.com
[req_ext]
subjectAltName = @alt_names
[alt_names]
DNS.1 = pr...
A certificate signing request (CSR) is an encoded file that provides you with a standardized way to send DigiCert / VeriSign, GoDaddy, etc., or Any CA’s your public key as well as some information that identifies your company and domain name.
===========
DEMO 1:
===========
Step1: Login to unix server as root user
Step2: create prodsan.conf file with below information
Note: Create a folder under $HOME under root user mkdir CSR_FILE
[req]
default_bits = 2048
prompt = no
default_md = sha256
req_extensions = req_ext
distinguished_name = dn
[dn]
C = US
ST = ARIZONA
L = PEORIA
O = CloudKT Info
OU = Training
CN = Demo.cloudkt.com
[req_ext]
subjectAltName = @alt_names
[alt_names]
DNS.1 = pr...
Просмотров: 11
Видео
How to get SSL Certificate and Upload the Certificate to OCI Load Balancer.
Просмотров 30210 месяцев назад
How to get SSL Certificate and Upload the Certificate to OCI Load Balancer.
Oracle Web Application Firewall ( WAF)
Просмотров 32610 месяцев назад
How to Configure Oracle Web Application Firewall ( WAF).
Local Peering Gateway
Просмотров 427Год назад
Local Peering Gateway VCN Peering Same Region and Same Tenant
Resize Block Volume
Просмотров 52Год назад
Resize Block Volume Create and Add Block Volume to Instance Step 1: Create the Block Volume from console and run the attaching commad from root user. example command sudo iscsiadm -m node -o new -T iqn.2015-12.com.oracleiaas:10788793-f1f3-46ad-ad3c-1fbac19abb95 -p 169.254.2.2:3260 sudo iscsiadm -m node -o update -T iqn.2015-12.com.oracleiaas:10788793-f1f3-46ad-ad3c-1fbac19abb95 -n node.startup ...
Remote Peering Gateway using DRG
Просмотров 208Год назад
RPG between two VCNs in the same region but cross-tenant.
Remote Peering Gateway VCNs residing in different regions
Просмотров 217Год назад
Remote Peering Gateway is used to connect VCNs residing in different regions.
Obrigado por compartilhar seu conhecimento!
Incomplete info. How about the routing table update for both region route tables?