Include:Abuild-keygen: Difference between revisions

From Alpine Linux
m (added to Development Category)
(moved content from here to Abuild_and_Helpers#Signing_packages_and_indexes so this page can be transcluded wherever needed)
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
For abuild a public/private rsa key pair is needed. <tt>abuild-keygen</tt> does the generation of those keys for you.
For abuild a public/private rsa key pair is needed. The <code>abuild-keygen</code> command from {{pkg|abuild}} package generates and configures the security keys.{{Cmd|$ abuild-keygen -a -i}}
 
{{Cmd|abuild-keygen -a -i}}
 
'''abuild-keygen options'''
 
* '''-a'''  Set PACKAGER_PRIVKEY=<generated key> in abuild.conf
* '''-i'''  Install public key into /etc/apk/keys using sudo
* '''-h'''  Show this help
* '''-n'''  Non-interactive. Use defaults
* '''-q'''  Quiet mode
 
[[Category:Development]]

Latest revision as of 10:06, 14 March 2025

For abuild a public/private rsa key pair is needed. The abuild-keygen command from abuild package generates and configures the security keys.

$ abuild-keygen -a -i