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
| #!/bin/bash | |
| sudo apt-get update -y | |
| sudo apt-get install -y ca-certificates curl gnupg | |
| sudo install -m 0755 -d /etc/apt/keyrings | |
| curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg | |
| sudo chmod a+r /etc/apt/keyrings/docker.gpg | |
| echo \ | |
| "deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \ | |
| "$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | \ |
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
| sudo certbot certonly --manual --preferred-challenges=dns --email my_email --server https://acme-v02.api.letsencrypt.org/directory --agree-tos -d *.domain.com |
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
| $newContent = @() | |
| $counter = 0 | |
| foreach ($item in $jsonContent) | |
| { | |
| Write-Host $counter | |
| if($counter -le 0){ |
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
| sudo certbot certonly --manual --preferred-challenges dns --debug-challenges -d a.com -d *.a.com |
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
| 1. URL encoded | |
| Content-Type: application/x-www-form-urlencoded | |
| 2. Multipart | |
| Content-Type: multipart/form-data | |
| 3. plain | |
| Content-Type: text/plain | |
| 4. json |
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
| https://aid-frontend.prod.atl-paas.net/atlassian-id/front-end/4.5.0/static/js/main.17d3fc99.chunk.js |
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
| openssl pkcs12 -inkey private.key -in certificate.crt -certfile ca_bundle.crt -passout pass:my_password -export -out domain.pfx |
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
| EnCt2dd881b054ac5e9720caf947a4807817665d3e8a6dd881b054ac5e9720caf947ak548UQ7tkQD | |
| o1kgE21qZ5EvXO1prOx9fXXiYQQ==IwEmS |
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
| EnCt2e763498051dde3b43bb2d9b68b7c135995adbe0ce763498051dde3b43bb2d9b6xpPy2UotiQF | |
| ehOwB21rok4MzDcdVnEq3F52pUvgWFB/nwZhWsLJB5Skuk205SQkgW+VZ2+PrFUaHMatUzmF88+c1mix | |
| 8gFi37y9ExbWtwWTdsUlw9Xuvl90Mtwa0l2oAz9icuBm1MzDa8AKTQDDAotndbYhrzY7r1pTB1V0Pe4x | |
| kiibUnEsxb8GjBkjCXgrZauUbHFtuBxkZoA8TIfXcm2S+c/LHv5AiPwRJY9jH7VhtDRT6Ix3ftF80WWr | |
| ryztFxVXig8IdQ6Os7FMH4Q==IwEmS |
NewerOlder