https://docs.sign-in.service.gov.uk as a single pdf
How to run the 2006 version of the Brian Eno generative software modern hardware using Wine on MacOS.
- a copy of the 77 Million Paintings software
- MacOS 13.7.1
- iMac 3.4 GHz Quad-Core Intel Core i5
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
- https://docs.sign-in.service.gov.uk/
- https://gds.blog.gov.uk/category/govuk-onelogin/
- https://www.sign-in.service.gov.uk/
- https://www.sign-in.service.gov.uk/about
- https://www.sign-in.service.gov.uk/about/checking-users-identities
- https://www.sign-in.service.gov.uk/about/roadmap
- https://www.sign-in.service.gov.uk/about/signed-in-experience
- https://www.sign-in.service.gov.uk/about/signing-users-in
- https://www.sign-in.service.gov.uk/documentation
- https://www.sign-in.service.gov.uk/documentation/user-journeys
This file contains 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
SHELL:=bash | |
edit: Makefile | |
vim $< | |
images: | |
docker images | |
build-simulator: | |
npm install |
openssl genpkey -algorithm RSA -out private_key.pem -pkeyopt rsa_keygen_bits:2048
openssl rsa -pubout -in private_key.pem -out public_key.pem
openssl rsa -pubout -in private_key.pem -out public_key.der -outform DER
openssl rsa -in public_key.der -inform DER -pubin -text
openssl rsa -pubin -in public_key.pem -noout -exponent
This file contains 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
{ | |
"@context": [ | |
"https://www.w3.org/ns/did/v1", | |
"https://www.w3.org/ns/security/jwk/v1" | |
], | |
"id": "did:web:identity.account.gov.uk", | |
"assertionMethod": [ | |
{ | |
"id": "cfeebabeeac2d9749993523f143fbc3f8c83411853f2996323a2efbd7acda754", | |
"type": "JsonWebKey", |
NewerOlder