Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!
openssl genrsa -des3 -out rootCA.key 4096| version: "3.3" | |
| services: | |
| elasticsearch: | |
| container_name: elasticsearch | |
| image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.3.1 | |
| restart: unless-stopped | |
| ports: | |
| - "9200:9200" | |
| environment: |
| apiVersion: apps/v1 | |
| kind: DaemonSet | |
| metadata: | |
| annotations: | |
| labels: | |
| app: journal-reader | |
| name: journal-reader | |
| namespace: kube-system | |
| spec: | |
| selector: |
| apiVersion: apps/v1 | |
| kind: DaemonSet | |
| metadata: | |
| annotations: | |
| labels: | |
| app: ip-monitor | |
| name: ip-monitor | |
| namespace: kube-system | |
| spec: | |
| selector: |
| apiVersion: apps/v1 | |
| kind: DaemonSet | |
| metadata: | |
| annotations: | |
| labels: | |
| app: dhcp-renew | |
| name: dhcp-renew | |
| namespace: kube-system | |
| spec: | |
| selector: |
| #!/bin/bash | |
| set -eo pipefail | |
| export KUBE_NAMESPACE=test | |
| export REPLICA_COUNT=3 | |
| cat <<EOF | kubectl apply -f - | |
| apiVersion: apps/v1beta1 | |
| kind: StatefulSet |
| //Buy Form | |
| jQuery.fn.fontbox_buy_form = function(variables){ | |
| var z_this_form = jQuery(this); | |
| var a_check_all = jQuery('#buy_check_all'); | |
| var b_check_box_child_class = '.buy-check-box'; | |
| var c_check_box_class = '.check-box'; | |
| var d_total_price = 0; | |
| var e_total_price_obj = jQuery('#buy_total_price'); | |
| var f_total_check_box_child = jQuery(b_check_box_child_class).size(); | |
| var g_download_iframe = jQuery('#buy_download_iframe'); |