Compare commits

..

No commits in common. "7bb30f09f58c7e5dad03a9cf0823f3c82b2893e0" and "4468db389fc843375d3fbb87f82f7beee0510d44" have entirely different histories.

3 changed files with 11 additions and 12 deletions

View File

@ -72,10 +72,17 @@ This is my \ \ \ \ \answerbox{0.1} first \ \ \ \ \answerbox{0.1} second \ \ \ \
I know \ \ \ \answerbox{0.1} nothing \ \ \ \answerbox{0.1} somewhat \ \ \ \answerbox{0.1} the secret \ \ \ \ about the Chaos.
\\
\section*{Additional hints}
\section*{Application for registering my GPG fingerprint - Optional}
I hereby applicate to register my GPG fingerprint.
I have either
\begin{itemize}
\item To register your \textbf{GPG fingerprint} on your passport, please fill out \textbf{Form PKSR20}.
\item[1.] uploaded the public key to the \textbf{keys.openpgp.org} keyserver \textbf{using the following mail address} or
\item[2.] I can state the \textbf{full GPG fingerprint}, which is
\end{itemize}
\
Mail address or full GPG fingerprint in the form of 1234-ABCD-5678-9012-1234-1234-1234-1234-1234
\\
\answerbox{6.5}
\end{document}

6
start
View File

@ -101,11 +101,7 @@ function gpgSearch() {
if [ $? -eq 0 ]; then
export FFP=$(gpg -k "$(cat $TMP)" | head -n 2 | tail -n 1 | awk '{print $1}' | sed 's/.\{4\}/& /g;s/^\(.*\) $/\1/g')
gpg --batch --delete-key "$FFP"
if [ "$FFP" = "" ]; then
gpgSearch
else
return 0
fi
return 0
else
gpgSearch
fi

View File

@ -135,11 +135,7 @@ function gpgSearch() {
if [ $? -eq 0 ]; then
export FFP=$(gpg -k "$(cat $TMP)" | head -n 2 | tail -n 1 | awk '{print $1}' | sed 's/.\{4\}/& /g;s/^\(.*\) $/\1/g')
gpg --batch --delete-key "$FFP"
if [ "$FFP" = "" ]; then
gpgSearch
else
return 0
fi
return 0
else
gpgSearch
fi