This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
givenName | familyName | displayName | password | mobileNumber | gender | birthday | primaryAddress.phone | primaryAddress.address1 | primaryAddress.address2 | primaryAddress.city | primaryAddress.zip | primaryAddress.stateAbbreviation | primaryAddress.country | created | clients | profiles | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[email protected] | John | Doe | JohnD1234 | {"type": "password-bcrypt","value":"$2a$04$ogMILkiHiSvtpZpoJmVg7OotiEOpl7rQIhSwafBEpPKRVLm/SNQdu"} | 1 | M | 01/29/1881 | 2025550106 | 1427 Weekley Street | San Antonio | 78205 | TX | US | 1875-08-02 15:28:31 | [{"clientId": "62652011","name": "Client Name 0"}, {"clientId": "11352827","name": "Client Name 1"}] | [{"photo": "https://lh3.googleusercontent.com/a-/AOh14GgvAKjpLKESODMoplOY-GBRt4YqCsKkhqTvzKrpVA=s96-c","domain": "google.com","identifier": "https://www.google.com/profiles/109026600466545709878","id": "415009","providerSpecifier": "google"}] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T07:58:13Z) | |
Maven home: /usr/share/apache-maven | |
Java version: 1.7.0_261, vendor: Oracle Corporation | |
Java home: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.261-2.6.22.2.amzn2.0.1.x86_64/jre | |
Default locale: ja_JP, platform encoding: UTF-8 | |
OS name: "linux", version: "4.14.214-160.339.amzn2.x86_64", arch: "amd64", family: "unix" | |
[DEBUG] Created new class realm maven.api | |
[DEBUG] Importing foreign packages into class realm maven.api | |
[DEBUG] Imported: javax.annotation.* < plexus.core | |
[DEBUG] Imported: javax.enterprise.inject.* < plexus.core |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"AWSTemplateFormatVersion" : "2010-09-09", | |
"Description" : "AWS CloudFormation Template Akamai Connector: This template installs Akamai Connector **WARNING** This template creates an Amazon EC2 instance and an EBS volume. You will be billed for the AWS resources used if you create a stack from this template.", | |
"Parameters" : { | |
"VpcId" : { | |
"Type" : "AWS::EC2::VPC::Id", | |
"Description" : "VpcId of your existing Virtual Private Cloud (VPC).", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building client 1.0-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- exec-maven-plugin:1.6.0:java (default-cli) @ client --- | |
20:52:33.051 [nl.altindag.client.ClientRunner.main()] INFO nl.altindag.client.stepdefs.HelloStepDefs - Starting HelloStepDefs using Java 11.0.10 on ip-172-31-18-187.us-east-2.compute.internal with PID 7082 (/home/ec2-user/mutual-tls-ssl/client/target/classes started by ec2-user in /home/ec2-user/mutual-tls-ssl/client) | |
20:52:33.058 [nl.altindag.client.ClientRunner.main()] DEBUG nl.altindag.client.stepdefs.HelloStepDefs - Running with Spring Boot v2.4.2, Spring v5.3.3 | |
20:52:33.063 [nl.altindag.client.ClientRunner.main()] INFO nl.altindag.client.stepdefs.HelloStepDefs - No active profile set, falling back to default profiles: default |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# extended LDIF | |
# | |
# LDAPv3 | |
# base <cn=users,dc=mokomoko,dc=local> with scope subtree | |
# filter: (objectclass=*) | |
# requesting: ALL | |
# | |
# Users, mokomoko.local | |
dn: CN=Users,DC=mokomoko,DC=local |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"success": true, | |
"request": { | |
"username": "minamiyamaguchi", | |
"credentialNickname": "minaminameatan", | |
"requestId": "fzLuat_TMUylmJv5YrcIDA9JVPZ10DxnI8u8D34_wfw", | |
"publicKeyCredentialCreationOptions": { | |
"rp": { | |
"name": "Yubico WebAuthn demo", | |
"id": "localhost" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"success": true, | |
"request": { | |
"requestId": "nf_D6qZx_ao4T2La6A7-iC_RQCCq-7i4FqSyJXFaLEY", | |
"publicKeyCredentialRequestOptions": { | |
"challenge": "Ljd902Va0-0hLEiXUkQvFT7mUViCqAPaYcbUSNE71zU", | |
"rpId": "localhost", | |
"allowCredentials": [ | |
{ | |
"type": "public-key", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# For more information on configuration, see: | |
# * Official English Documentation: http://nginx.org/en/docs/ | |
# * Official Russian Documentation: http://nginx.org/ru/docs/ | |
user nginx; | |
worker_processes auto; | |
error_log /var/log/nginx/error.log; | |
pid /run/nginx.pid; | |
# Load dynamic modules. See /usr/share/doc/nginx/README.dynamic. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
options { | |
listen-on port 53 { 127.0.0.1; any;}; | |
listen-on-v6 port 53 { ::1; }; | |
directory "/var/named"; | |
dump-file "/var/named/data/cache_dump.db"; | |
statistics-file "/var/named/data/named_stats.txt"; | |
memstatistics-file "/var/named/data/named_mem_stats.txt"; | |
recursing-file "/var/named/data/named.recursing"; | |
secroots-file "/var/named/data/named.secroots"; | |
allow-query { localhost; any;}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEVICE=eth0 | |
BOOTPROTO=dhcp | |
ONBOOT=yes | |
TYPE=Ethernet | |
USERCTL=yes | |
PEERDNS=yes | |
DHCPV6C=yes | |
DHCPV6C_OPTIONS=-nw | |
PERSISTENT_DHCLIENT=yes | |
RES_OPTIONS="timeout:2 attempts:5" |