All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ew.levr.db.skyrepo.5.15.0.source-code.skyrepo.admin.rs2 Maven / Gradle / Ivy

There is a newer version: 5.16.4
Show newest version
adminPpk=#fileLoad(path="skyAdmin.pem").fileToString();
adminPpk=#if(
	operator=#fileExists(path="skyAdmin.pem"),
	operand="false",
	eq=#object(
		a=#fileSave(obj=#rsaGenerate(),path="skyAdmin.pem"),
		b=adminPpk
	).cget(b=""),
	ne=adminPpk
).cache(name="adminPpk");

#skyrepoAdminPpk = adminPpk;

adminList = #append(
	a=#skyrepoAdminPpk().rsaPpkToPk().replace(replace="\r?\n", with="")
);

#skyrepoAdminList = adminList;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy