*.example.com
Expires: [When does the signed cert expire?]
Keystore password: OMITTED
Copied from: http://www.entrust.net/knowledge-base/technote.cfm?tn=8898
This presumes your signing authority provided a .crt and .key file.
{ | |
"color_scheme": "Packages/Theme - Monokai Pro/Monokai Pro (Filter Spectrum).sublime-color-scheme", | |
"default_line_ending": "unix", | |
"ensure_newline_at_eof_on_save": true, | |
"fallback_encoding": "UTF-8", | |
"font_face": "Source Code Pro", | |
"font_size": 16, | |
"ignored_packages": | |
[ | |
"Vintage" |
googleads.g.doubleclick.net | |
fw.adsafeprotected.com | |
pagead2.googlesyndication.com | |
tpc.googlesyndication.com | |
s0.2mdn.net | |
cooper.logs.roku.com | |
austin.logs.roku.com | |
giga.logs.roku.com | |
scribe.logs.roku.com | |
adclick.g.doubleclick.net |
Expires: [When does the signed cert expire?]
Keystore password: OMITTED
Copied from: http://www.entrust.net/knowledge-base/technote.cfm?tn=8898
This presumes your signing authority provided a .crt and .key file.
#!/bin/bash | |
# For EL7: | |
# yum install curl jq | |
###################### | |
# SET VALUES FOR THESE | |
# Prisma Cloud config | |
API="api2.prismacloud.io" |
#!/bin/bash | |
# For Mac, date is BSD based. We like GNU date parsing, | |
# which comes with sideloading date as a renamed gdate util. | |
# Use Homebrew to install some utilities: https://brew.sh | |
# brew install coreutils jq | |
###################### | |
# SET VALUES FOR THESE |
--- | |
ansible-lint: | |
tags: | |
- ansible | |
script: | |
- ansible-lint --version | |
- git ls-files | grep yml | xargs ansible-lint --exclude=/home/gitlab-runner/.ansible/roles | |
ansible-review: |
#!/usr/bin/env python3 | |
from smtplib import SMTP | |
import http.client | |
print("Testing good SMTP") | |
try: | |
goodSmtp = SMTP(host="cioxhealth-com.mail.protection.outlook.com",port=25,timeout=10) | |
response = goodSmtp.noop() |
--- | |
- hosts: all | |
connection: local | |
tasks: | |
- debug: | |
msg: | |
- "****************************************" | |
- "| Sponsor deekayen to maintain this |" |
*.keytab | |
*.retry | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db |
--- | |
- hosts: 127.0.0.1 | |
connection: local | |
become: no | |
vars: | |
aws_region: us-east-1 | |
tasks: |