Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!
openssl genrsa -des3 -out rootCA.key 4096
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
mQENBF/hGi4BCADhpH7PSqxX704M7nk1ZMYg4lExAeHscMgPSPmYmsOK9REq7GNV | |
VvZ/mrXK8oR6uINQRr6Oxzge5Bao5zLwIV+oiFO6czfd0e/wXQHYaIPRc9jLv/dG | |
D4bBwc91bpxYQ7Kzs1v0BdXEOPpbrvQMTGd7HfrI7skZdJuxpv9o3EOnVI9FkoYN | |
8Ze9Su6EZ4nieD5GiHazRXJocRZWzHJ1jSToz9oGhzd5JqMOWQuI8N0x4RzWJLSh | |
uIBxNABkfwiiVfkSQnUcZsRu6bPDXzw4q8MMIgHH6+B140m61VI/ALxHdgpYwXOk | |
kQDy9zF9WX/rqGaPp+HoNNxtrxUvPirRrWxzABEBAAG0Jk3DqXN6w6Fyb3MgR2Vy | |
Z2VseSA8bW9ua0BnZW90cm9uaWMuaHU+iQFUBBMBCAA+FiEELAJEAMs1XhQUFMoG | |
xdNMYY/6vBoFAl/hGi4CGwMFCQPCZwAFCwkIBwIGFQoJCAsCBBYCAwECHgECF4AA |
postqueue -j | sed -rn 's/.*"queue_id": "([^"]*)".*"address": "([^"]*)".*/\1 \2/gp' |
I hereby claim:
To claim this, I am signing this object:
SLIDES := $(patsubst %.md,%.md.slides.pdf,$(wildcard *.md)) | |
HANDOUTS := $(patsubst %.md,%.md.handout.pdf,$(wildcard *.md)) | |
all : $(SLIDES) $(HANDOUTS) | |
%.md.slides.pdf : %.md | |
pandoc $^ -t beamer --slide-level 2 -o $@ | |
%.md.handout.pdf : %.md | |
pandoc $^ -t beamer --slide-level 2 -V handout -o $@ |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../core-menu-button/core-menu-button.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> | |
<link rel="import" href="../core-item/core-item.html"> | |
<link rel="import" href="../core-menu/core-submenu.html"> | |
<link rel="import" href="../core-icon/core-icon.html"> | |
<link rel="import" href="../speech-mic/speech-mic.html"> | |
<link rel="import" href="../cool-clock/cool-clock.html"> |
{ | |
"translatorID": "12345", | |
"label": "BibTeX CiteKey-only Exporter", | |
"creator": "Simon Kornblith and Richard Karnesky with tweaks by Tan", | |
"target": "bib", | |
"minVersion": "2.1.9", | |
"maxVersion": "", | |
"priority": 200, | |
"inRepository": false, | |
"translatorType": 3, |