Skip to content

Instantly share code, notes, and snippets.

@kshychko
kshychko / Making Apple Push Notification certificates on Linux
Created January 24, 2025 13:10 — forked from ajithrn/Making Apple Push Notification certificates on Linux
Making Apple Apple Push Notification certificates on Linux
1. Create a new directory;
mkdir Apple\ Enterprise
cd Apple\ Enterprise
2. Generate a certificate signing request
openssl req -nodes -newkey rsa:2048 -keyout aps.key -out CertificateSigningRequest.certSigningRequest
3. With the information like so (ensure you give it a password):
Country Name (2 letter code) [AU]:GB
State or Province Name (full name) [Some-State]:London
@kshychko
kshychko / jenkins-secrets-files-base64
Created September 23, 2024 19:34
print secrets binary files encoded base64
import com.cloudbees.plugins.credentials.*
import com.cloudbees.plugins.credentials.domains.*
// When called without paramters will returns all global credentials
retrieveCredentials()
// To retrieve specific credentials, just pass their ids as parameter.
// For instance to retrieve credentials credId_1 and credId_2, just perform
// such call:
// retrieveCredentials('credId_1','credId_2')

Address

BirthAddress FinancialInstitutionAddress TradeAddress
cityName buildingNumber additionalStreetName
countryId cityId attentionOf
countrySubDivisionName cityName buildingName
countryId buildingNumber
countryName careOf
countrySubDivisionId cityId
countrySubDivisionName cityName
openapi: 3.0.0
info:
description: ''
title: Main
version: ''
servers: []
paths:
/Consignments:
get:
tags:
{
"@context": [
{
"@version": 1.1,
"id": "@id",
"type": "@type",
"dc": "http://purl.org/dc/terms/",
"sec": "https://w3id.org/security#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"edi3": "http://edi3.org/vocab#"
{
"@context": {
"@vocab": "http://edi3.org/vocab/mmt#",
"context": { "@type": "@id" }
}
}
{
"@context": {
"xsd": "http://www.w3.org/2001/XMLSchema#",
"@version": 1.1,
"@vocab": "http://edi3.org/vocab/mmt/",
"type": {
"@id": "@type",
"@type": "@vocab"
},
"Academic_Qualification": {
10010 FAIL (Cookie No HttpOnly Flag)
#!/bin/bash
# send message to slack channel
# define the boundaries after which the message will be sent will be sent as an attachment
# count "c" characters or "l" lines from stdin
stdin_check="l"
# define number of characters or lines from stdin
stdin_count="2"
# define usage function
"NAT": "ami-3d28d45f",
"EC2": "ami-942dd1f6",
"ECS": "ami-36867d54"