mirror of
https://github.com/pothi/mikrotik-scripts.git
synced 2025-06-20 21:35:43 +02:00
5 lines
170 B
Text
5 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
|