mirror of
https://github.com/pothi/mikrotik-scripts.git
synced 2025-06-21 05:45:42 +02:00
6 lines
170 B
Text
6 lines
170 B
Text
|
:global myPassword;
|
||
|
|
||
|
:set myPassword [:pick ([/cert scep-server otp generate as-value minutes-valid=1]->"password") 0 20]
|
||
|
:put "Your new password is..."
|
||
|
:put $myPassword
|