The in Editor placeable mines only touch off when an armoured vehicle runs over them.
If you want different mines you should create them by scripting. There are multiple scripts readily available.
For an easy mine, place a trigger activation by the side in the convoy. Name the trigger "mine1" and put this in the On Act field.
bomb = "Bo_GBU12_lgb" createVehicle (getpos mine1);